Skip to content

Commit 23051ac

Browse files
authored
Merge pull request #26 from carapace-sh/fix-flags
fix flags
2 parents 5d6846c + f5194a2 commit 23051ac

49 files changed

Lines changed: 103 additions & 68 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmd/carapace-aws/cmd/botocore/aws.apigateway.create-authorizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ flags:
1111
--identity-source=: The identity source for which authorization is requested.
1212
--identity-validation-expression=: A validation expression for the incoming identity token.
1313
--name=!: The name of the authorizer.
14-
--provider-ar-ns=: A list of the Amazon Cognito user pool ARNs for the `COGNITO_USER_POOLS` authorizer.
14+
--provider-arns=: A list of the Amazon Cognito user pool ARNs for the `COGNITO_USER_POOLS` authorizer.
1515
--rest-api-id=!: The string identifier of the associated RestApi.
1616
--type=!: The authorizer type.
1717
completion:

cmd/carapace-aws/cmd/botocore/aws.autoscaling.attach-load-balancer-target-groups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ flags:
55
--cli-input-json=: Read arguments from the JSON string provided.
66
--cli-input-yaml=: Read arguments from the YAML string provided.
77
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
8-
--target-group-ar-ns=!: The Amazon Resource Names (ARNs) of the target groups.
8+
--target-group-arns=!: The Amazon Resource Names (ARNs) of the target groups.

cmd/carapace-aws/cmd/botocore/aws.autoscaling.create-auto-scaling-group.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ flags:
3535
--service-linked-role-arn=: The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other Amazon Web Services service on your behalf.
3636
--skip-zonal-shift-validation: If you enable zonal shift with cross-zone disabled load balancers, capacity could become imbalanced across Availability Zones.
3737
--tags=: One or more tags.
38-
--target-group-ar-ns=: The Amazon Resource Names (ARN) of the Elastic Load Balancing target groups to associate with the Auto Scaling group.
38+
--target-group-arns=: The Amazon Resource Names (ARN) of the Elastic Load Balancing target groups to associate with the Auto Scaling group.
3939
--termination-policies=: A policy or a list of policies that are used to select the instance to terminate.
4040
--traffic-sources=: The list of traffic sources to attach to this Auto Scaling group.
4141
--vpc-zone-identifier=: A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created.

cmd/carapace-aws/cmd/botocore/aws.autoscaling.detach-load-balancer-target-groups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ flags:
55
--cli-input-json=: Read arguments from the JSON string provided.
66
--cli-input-yaml=: Read arguments from the YAML string provided.
77
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
8-
--target-group-ar-ns=!: The Amazon Resource Names (ARN) of the target groups.
8+
--target-group-arns=!: The Amazon Resource Names (ARN) of the target groups.

cmd/carapace-aws/cmd/botocore/aws.cloudformation.create-change-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flags:
1414
--no-import-existing-resources: Indicates if the change set auto-imports resources that already exist.
1515
--no-include-nested-stacks: Creates a change set for the all nested stacks specified in the template.
1616
--no-use-previous-template: Whether to reuse the template that's associated with the stack to create the change set.
17-
--notification-ar-ns=: The Amazon Resource Names (ARNs) of Amazon SNS topics that CloudFormation associates with the stack.
17+
--notification-arns=: The Amazon Resource Names (ARNs) of Amazon SNS topics that CloudFormation associates with the stack.
1818
--on-stack-failure=: Determines what action will be taken if stack creation fails.
1919
--parameters=: A list of `Parameter` structures that specify input parameters for the change set.
2020
--resource-types=: The template resource types that you have permissions to work with if you execute this change set, such as `AWS::EC2::Instance`, `AWS::EC2::*`, or `Custom::MyCustomInstance`.

cmd/carapace-aws/cmd/botocore/aws.cloudformation.create-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ flags:
1111
--no-disable-rollback: Set to `true` to disable rollback of the stack if stack creation failed.
1212
--no-enable-termination-protection: Whether to enable termination protection on the specified stack.
1313
--no-retain-except-on-create: When set to `true`, newly created resources are deleted when the operation rolls back.
14-
--notification-ar-ns=: The Amazon SNS topic ARNs to publish stack related events.
14+
--notification-arns=: The Amazon SNS topic ARNs to publish stack related events.
1515
--on-failure=: Determines what action will be taken if stack creation fails.
1616
--parameters=: A list of `Parameter` structures that specify input parameters for the stack.
1717
--resource-types=: The template resource types that you have permissions to work with for this create stack action, such as `AWS::EC2::Instance`, `AWS::EC2::*`, or `Custom::MyCustomInstance`.

cmd/carapace-aws/cmd/botocore/aws.cloudformation.update-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flags:
1010
--no-disable-rollback: Preserve the state of previously provisioned resources when an operation fails.
1111
--no-retain-except-on-create: When set to `true`, newly created resources are deleted when the operation rolls back.
1212
--no-use-previous-template: Reuse the existing template that is associated with the stack that you are updating.
13-
--notification-ar-ns=: Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation associates with the stack.
13+
--notification-arns=: Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation associates with the stack.
1414
--parameters=: A list of `Parameter` structures that specify input parameters for the stack.
1515
--resource-types=: The template resource types that you have permissions to work with for this update stack action, such as `AWS::EC2::Instance`, `AWS::EC2::*`, or `Custom::MyCustomInstance`.
1616
--retain-except-on-create: When set to `true`, newly created resources are deleted when the operation rolls back.

cmd/carapace-aws/cmd/botocore/aws.codeartifact.publish-package-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Creates a new package version containing one or more assets (or fil
33
flags:
44
--asset-content=!: The content of the asset to publish.
55
--asset-name=!: The name of the asset to publish.
6-
--asset-sh-a256=!: The SHA256 hash of the `assetContent` to publish.
6+
--asset-sha256=!: The SHA256 hash of the `assetContent` to publish.
77
--cli-input-json=: Read arguments from the JSON string provided.
88
--cli-input-yaml=: Read arguments from the YAML string provided.
99
--domain-owner=: The 12-digit account number of the AWS account that owns the domain.

cmd/carapace-aws/cmd/botocore/aws.cognito-identity.create-identity-pool.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ flags:
1212
--identity-pool-tags=: Tags to assign to the identity pool.
1313
--no-allow-classic-flow: Enables or disables the Basic (Classic) authentication flow.
1414
--no-allow-unauthenticated-identities!: TRUE if the identity pool supports unauthenticated logins.
15-
--open-id-connect-provider-ar-ns=: The Amazon Resource Names (ARN) of the OpenID Connect providers.
16-
--saml-provider-ar-ns=: An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
15+
--open-id-connect-provider-arns=: The Amazon Resource Names (ARN) of the OpenID Connect providers.
16+
--saml-provider-arns=: An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
1717
--supported-login-providers=: Optional key:value pairs mapping provider names to provider app IDs.

cmd/carapace-aws/cmd/botocore/aws.cognito-identity.update-identity-pool.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ flags:
1313
--identity-pool-tags=: The tags that are assigned to the identity pool.
1414
--no-allow-classic-flow: Enables or disables the Basic (Classic) authentication flow.
1515
--no-allow-unauthenticated-identities!: TRUE if the identity pool supports unauthenticated logins.
16-
--open-id-connect-provider-ar-ns=: The ARNs of the OpenID Connect providers.
17-
--saml-provider-ar-ns=: An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
16+
--open-id-connect-provider-arns=: The ARNs of the OpenID Connect providers.
17+
--saml-provider-arns=: An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
1818
--supported-login-providers=: Optional key:value pairs mapping provider names to provider app IDs.

0 commit comments

Comments
 (0)