Skip to content

CLOUDP-337612: Update Autogenerated Commands #4122

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

Merged
merged 1 commit into from
Aug 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/command/atlas-api-alerts-listAlerts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Options
* - --status
- string
- false
- Status of the alerts to return. Omit to return all alerts in all statuses.
- Status of the alerts to return. Omit this parameter to return all alerts in all statuses. TRACKING indicates the alert condition exists but has not persisted for the minimum notification delay. OPEN indicates the alert condition currently exists. CLOSED indicates the alert condition has been resolved.
* - --version
- string
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ atlas api cloudProviderAccess createCloudProviderAccessRole
The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli).
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.

Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role.
Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role. For the GCP provider, if the project folder is not yet provisioned, Atlas will now create the role asynchronously. An intermediate role with status IN_PROGRESS will be returned, and the final service account will be provisioned. Once the GCP project is set up, subsequent requests will create the service account synchronously.

This command is autogenerated and corresponds 1:1 with the Atlas API endpoint https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createcloudprovideraccessrole.

Expand Down
4 changes: 4 additions & 0 deletions docs/command/atlas-api-mongoDbCloudUsers-listTeamUsers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ Options
- string
- true
- Unique 24-hexadecimal digit string that identifies the team whose application users you want to return.
* - --userId
- string
- false
- Unique 24-hexadecimal digit string to filter users by. Not supported in deprecated versions.
* - --username
- string
- false
Expand Down
2 changes: 1 addition & 1 deletion docs/command/atlas-api-rollingIndex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ atlas api rollingIndex
The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli).
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.

You can't create a rolling index on an M0 free cluster or M2/M5 shared cluster.
Rolling indexes build indexes on the applicable nodes sequentially and may reduce the performance impact of an index build if your deployment's average CPU utilization exceeds (N-1)/N-10% where N is the number of CPU threads available to mongod of if the WiredTiger cache fill ratio regularly exceeds 90%. If your deployment does not meet this criteria, use the default index build. You can't create a rolling index on an M0 free cluster or M2/M5 shared cluster.

Options
-------
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

256 changes: 13 additions & 243 deletions internal/api/commands.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading