-
Notifications
You must be signed in to change notification settings - Fork 113
Archive plugin documentation #287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Show the options that the new `archive` plugin provides to customize the operation behavior.
Provide an example with the `archive` command taking two parameters
Can one of the admins verify this patch? |
12 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
@swift-server-bot test this pease |
@swift-server-bot test this please |
Provide information related to the arguments that the new
archive
command can take.Motivation:
The README.MD file only mention the new
archive
command, but doesn't mention the arguments that this command can take.Some of them are really useful, like the
--output-path
or--swift-version
parameters, and it could be helpful for developers known the different arguments that this plugin provides.Modifications:
Added new content to the Deploying to AWS Lambda section.
Result:
There's a new list with the
archive
command arguments and an example of usage.Remarks
English is not my mother language (🇪🇸😜) and probably text style could be changed to a more appropriate style. Feel free to let corrections as comments over this PR.
Thanks 😀