Skip to content

Commit 33b94a4

Browse files
authored
Merge pull request #42 from carapace-sh/fix-check
fix flags
2 parents 954146f + fb3e7f2 commit 33b94a4

410 files changed

Lines changed: 154612 additions & 92332 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.accessanalyzer.yaml

Lines changed: 348 additions & 204 deletions
Large diffs are not rendered by default.

cmd/carapace-aws/cmd/botocore/aws.account.yaml

Lines changed: 71 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ commands:
66
flags:
77
--account-id=: Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
88
--alternate-contact-type=!: Specifies which alternate contact you want to create or update.
9+
--cli-input-json=: Read arguments from the JSON string provided.
10+
--cli-input-yaml=: Read arguments from the YAML string provided.
911
--email-address=!: Specifies an email address for the alternate contact.
12+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1013
--name=!: Specifies a name for the alternate contact.
1114
--phone-number=!: Specifies a phone number for the alternate contact.
1215
--title=!: Specifies a title for the alternate contact.
@@ -20,42 +23,101 @@ commands:
2023
description: Updates the primary contact information of an Amazon Web Services account.
2124
flags:
2225
--account-id=: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
26+
--cli-input-json=: Read arguments from the JSON string provided.
27+
--cli-input-yaml=: Read arguments from the YAML string provided.
2328
--contact-information=!: Contains the details of the primary contact information associated with an Amazon Web Services account.
24-
- name: start-primary-email-update
25-
description: Starts the process to update the primary email address for the specified account.
29+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
30+
- name: accept-primary-email-update
31+
description: Accepts the request that originated from [StartPrimaryEmailUpdate]() to update the primary email address (also known as the root user email address) for the specified account.
2632
flags:
2733
--account-id=!: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
28-
--primary-email=!: The new primary email address (also known as the root user email address) to use in the specified account.
34+
--cli-input-json=: Read arguments from the JSON string provided.
35+
--cli-input-yaml=: Read arguments from the YAML string provided.
36+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
37+
--otp=!: The OTP code sent to the `PrimaryEmail` specified on the `StartPrimaryEmailUpdate` API call.
38+
--primary-email=!: The new primary email address for use with the specified account.
2939
- name: delete-alternate-contact
3040
description: Deletes the specified alternate contact from an Amazon Web Services account.
3141
flags:
3242
--account-id=: Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
3343
--alternate-contact-type=!: Specifies which of the alternate contacts to delete.
44+
--cli-input-json=: Read arguments from the JSON string provided.
45+
--cli-input-yaml=: Read arguments from the YAML string provided.
46+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
3447
completion:
3548
flag:
3649
alternate-contact-type:
3750
- BILLING
3851
- OPERATIONS
3952
- SECURITY
53+
- name: get-region-opt-status
54+
description: Retrieves the opt-in status of a particular Region.
55+
flags:
56+
--account-id=: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
57+
--cli-input-json=: Read arguments from the JSON string provided.
58+
--cli-input-yaml=: Read arguments from the YAML string provided.
59+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
60+
--region-name=!: Specifies the Region-code for a given Region name (for example, `af-south-1`).
61+
- name: list-regions
62+
description: Lists all the Regions for a given account and their respective opt-in statuses.
63+
flags:
64+
--account-id=: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
65+
--cli-input-json=: Read arguments from the JSON string provided.
66+
--cli-input-yaml=: Read arguments from the YAML string provided.
67+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
68+
--max-items=: The total number of items to return in the command's output.
69+
--max-results=: The total number of items to return in the command’s output.
70+
--next-token=: A token used to specify where to start paginating.
71+
--page-size=: The size of each page to get in the AWS service call.
72+
--region-opt-status-contains=: A list of Region statuses (Enabling, Enabled, Disabling, Disabled, Enabled\_by\_default) to use to filter the list of Regions for a given account.
73+
--starting-token=: A token to specify where to start paginating.
74+
- name: put-account-name
75+
description: Updates the account name of the specified account.
76+
flags:
77+
--account-id=: Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
78+
--account-name=!: The name of the account.
79+
--cli-input-json=: Read arguments from the JSON string provided.
80+
--cli-input-yaml=: Read arguments from the YAML string provided.
81+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
82+
- name: start-primary-email-update
83+
description: Starts the process to update the primary email address for the specified account.
84+
flags:
85+
--account-id=!: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
86+
--cli-input-json=: Read arguments from the JSON string provided.
87+
--cli-input-yaml=: Read arguments from the YAML string provided.
88+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
89+
--primary-email=!: The new primary email address (also known as the root user email address) to use in the specified account.
4090
- name: disable-region
4191
description: Disables (opts-out) a particular Region for an account.
4292
flags:
4393
--account-id=: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
94+
--cli-input-json=: Read arguments from the JSON string provided.
95+
--cli-input-yaml=: Read arguments from the YAML string provided.
96+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
4497
--region-name=!: Specifies the Region-code for a given Region name (for example, `af-south-1`).
4598
- name: enable-region
4699
description: Enables (opts-in) a particular Region for an account.
47100
flags:
48101
--account-id=: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
102+
--cli-input-json=: Read arguments from the JSON string provided.
103+
--cli-input-yaml=: Read arguments from the YAML string provided.
104+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
49105
--region-name=!: Specifies the Region-code for a given Region name (for example, `af-south-1`).
50106
- name: get-account-information
51107
description: Retrieves information about the specified account including its account name, account ID, and account creation date and time.
52108
flags:
53109
--account-id=: Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
110+
--cli-input-json=: Read arguments from the JSON string provided.
111+
--cli-input-yaml=: Read arguments from the YAML string provided.
112+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
54113
- name: get-alternate-contact
55114
description: Retrieves the specified alternate contact attached to an Amazon Web Services account.
56115
flags:
57116
--account-id=: Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
58117
--alternate-contact-type=!: Specifies which alternate contact you want to retrieve.
118+
--cli-input-json=: Read arguments from the JSON string provided.
119+
--cli-input-yaml=: Read arguments from the YAML string provided.
120+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
59121
completion:
60122
flag:
61123
alternate-contact-type:
@@ -66,30 +128,13 @@ commands:
66128
description: Retrieves the primary contact information of an Amazon Web Services account.
67129
flags:
68130
--account-id=: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
131+
--cli-input-json=: Read arguments from the JSON string provided.
132+
--cli-input-yaml=: Read arguments from the YAML string provided.
133+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
69134
- name: get-primary-email
70135
description: Retrieves the primary email address for the specified account.
71136
flags:
72137
--account-id=!: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
73-
- name: get-region-opt-status
74-
description: Retrieves the opt-in status of a particular Region.
75-
flags:
76-
--account-id=: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
77-
--region-name=!: Specifies the Region-code for a given Region name (for example, `af-south-1`).
78-
- name: accept-primary-email-update
79-
description: Accepts the request that originated from [StartPrimaryEmailUpdate]() to update the primary email address (also known as the root user email address) for the specified account.
80-
flags:
81-
--account-id=!: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
82-
--otp=!: The OTP code sent to the `PrimaryEmail` specified on the `StartPrimaryEmailUpdate` API call.
83-
--primary-email=!: The new primary email address for use with the specified account.
84-
- name: list-regions
85-
description: Lists all the Regions for a given account and their respective opt-in statuses.
86-
flags:
87-
--account-id=: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
88-
--max-results=: The total number of items to return in the command’s output.
89-
--next-token=: A token used to specify where to start paginating.
90-
--region-opt-status-contains=: A list of Region statuses (Enabling, Enabled, Disabling, Disabled, Enabled\_by\_default) to use to filter the list of Regions for a given account.
91-
- name: put-account-name
92-
description: Updates the account name of the specified account.
93-
flags:
94-
--account-id=: Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
95-
--account-name=!: The name of the account.
138+
--cli-input-json=: Read arguments from the JSON string provided.
139+
--cli-input-yaml=: Read arguments from the YAML string provided.
140+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.

0 commit comments

Comments
 (0)