You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.deploy.yaml
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,11 +103,13 @@ commands:
103
103
--description=: A comment about the deployment.
104
104
--file-exists-behavior=: Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
105
105
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
106
+
--github-location=: Information about the location of the application revision in GitHub
106
107
--ignore-application-stop-failures: If true, then if an `ApplicationStop`, `BeforeBlockTraffic`, or `AfterBlockTraffic` deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event.
107
108
--no-ignore-application-stop-failures: If true, then if an `ApplicationStop`, `BeforeBlockTraffic`, or `AfterBlockTraffic` deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event.
108
109
--no-update-outdated-instances-only: Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.
109
110
--override-alarm-configuration=: Allows you to specify information about alarms associated with a deployment.
110
111
--revision=: The type and location of the revision to deploy.
112
+
--s3-location=: Information about the location of the application revision in Amazon S3
111
113
--target-instances=: Information about the instances that belong to the replacement environment in a blue/green deployment.
112
114
--update-outdated-instances-only: Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.
113
115
completion:
@@ -200,6 +202,11 @@ commands:
200
202
--cli-input-yaml=: Read arguments from the YAML string provided.
201
203
--external-id=: The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
202
204
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
205
+
- name: deregister
206
+
description: Removes any tags from the on-premises instance
207
+
flags:
208
+
--instance-name=!: The name of the on-premises instance
209
+
--no-delete-iam-user: Do not delete the IAM user for the registered on-premises instance
203
210
- name: deregister-on-premises-instance
204
211
description: Deregisters an on-premises instance.
205
212
flags:
@@ -221,7 +228,9 @@ commands:
221
228
--cli-input-json=: Read arguments from the JSON string provided.
222
229
--cli-input-yaml=: Read arguments from the YAML string provided.
223
230
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
231
+
--github-location=: Information about the location of the application revision in GitHub
224
232
--revision=!: Information about the application revision to get, including type and location.
233
+
--s3-location=: Information about the location of the application revision in Amazon S3
225
234
- name: get-deployment
226
235
description: Gets information about a deployment.
227
236
flags:
@@ -267,6 +276,18 @@ commands:
267
276
--cli-input-yaml=: Read arguments from the YAML string provided.
268
277
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
269
278
--instance-name=!: The name of the on-premises instance about which to get information.
279
+
- name: install
280
+
description: Configures and installs the AWS CodeDeploy Agent on the on-premises instance
281
+
flags:
282
+
--agent-installer=: The AWS CodeDeploy Agent installer file
283
+
--config-file=!: The path to the on-premises instance configuration file
284
+
--override-config: Overrides the on-premises instance configuration file
285
+
completion:
286
+
flag:
287
+
agent-installer:
288
+
- $files
289
+
config-file:
290
+
- $files
270
291
- name: list-application-revisions
271
292
description: Lists information about revisions for an application.
272
293
flags:
@@ -393,6 +414,15 @@ commands:
393
414
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
394
415
--next-token=: An identifier returned from the previous `ListTagsForResource` call.
395
416
--resource-arn=!: The ARN of a CodeDeploy resource.
417
+
- name: push
418
+
description: Bundles and uploads to Amazon Simple Storage Service (Amazon S3) an application revision
419
+
flags:
420
+
--application-name=!: The name of the AWS CodeDeploy application to be associated with the application revision
421
+
--description=: A comment that summarizes the application revision
422
+
--ignore-hidden-files: Set the –ignore-hidden-files flag to not bundle and upload hidden files to Amazon S3
423
+
--no-ignore-hidden-files: Set the –ignore-hidden-files flag to not bundle and upload hidden files to Amazon S3
424
+
--s3-location=!: Information about the location of the application revision to be uploaded to Amazon S3
425
+
--source=: The location of the deployable content and the accompanying AppSpec file
396
426
- name: put-lifecycle-event-hook-execution-status
397
427
description: Sets the result of a Lambda validation function.
398
428
flags:
@@ -411,6 +441,14 @@ commands:
411
441
- Failed
412
442
- Skipped
413
443
- Unknown
444
+
- name: register
445
+
description: Creates an IAM user for the on-premises instance
446
+
flags:
447
+
--iam-user-arn=: The IAM user associated with the on-premises instance
448
+
--instance-name=!: The name of the on-premises instance
449
+
--tags=:
450
+
description: The list of key/value pairs to tag the on-premises instance
451
+
nargs: -1
414
452
- name: register-application-revision
415
453
description: Registers with CodeDeploy a revision for the specified application.
416
454
flags:
@@ -419,7 +457,9 @@ commands:
419
457
--cli-input-yaml=: Read arguments from the YAML string provided.
420
458
--description=: A comment about the revision.
421
459
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
460
+
--github-location=: Information about the location of the application revision in GitHub
422
461
--revision=!: Information about the application revision to register, including type and location.
462
+
--s3-location=: Information about the location of the application revision in Amazon S3
423
463
- name: register-on-premises-instance
424
464
description: Registers an on-premises instance.
425
465
flags:
@@ -461,6 +501,8 @@ commands:
461
501
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
462
502
--resource-arn=!: The ARN of a resource, such as a CodeDeploy application or deployment group.
463
503
--tags=!: A list of tags that `TagResource` associates with a resource.
504
+
- name: uninstall
505
+
description: Uninstalls the AWS CodeDeploy Agent from the on-premises instance.
464
506
- name: untag-resource
465
507
description: Disassociates a resource from a list of tags.
0 commit comments