Skip to content

CLOUDP-323765: Update Autogenerated Commands #3957

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
Jun 11, 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-events-getOrganizationEvent.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Admin API capabilities have their own release lifecycle, which you can check via



Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting Service Account or API Key must have the Organization Member role. Use the Return All Events from One Organization endpoint to retrieve all events to which the authenticated user has access.
Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting Service Account or API Key must have the Organization Member role. Use the Return Events from One Organization endpoint to retrieve all events to which the authenticated user has access.


This resource remains under revision and may change.
Expand Down
2 changes: 1 addition & 1 deletion docs/command/atlas-api-events-getProjectEvent.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Admin API capabilities have their own release lifecycle, which you can check via



Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return All Events from One Project endpoint to retrieve all events to which the authenticated user has access.
Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting Service Account or API Key must have the Project Read Only role. Use the Return Events from One Project endpoint to retrieve all events to which the authenticated user has access.


This resource remains under revision and may change.
Expand Down
2 changes: 1 addition & 1 deletion docs/command/atlas-api-events-listOrganizationEvents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ atlas api events listOrganizationEvents
:depth: 1
:class: singlecol

`Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all events for the specified organization.
`Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns events for the specified organization.

Public Preview: 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/command/atlas-api-events-listProjectEvents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ atlas api events listProjectEvents
:depth: 1
:class: singlecol

`Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all events for the specified project.
`Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns events for the specified project.

Public Preview: 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.
Expand Down
4 changes: 2 additions & 2 deletions docs/command/atlas-api-events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Related Commands
* :ref:`atlas-api-events-getOrganizationEvent` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns one event for the specified organization.
* :ref:`atlas-api-events-getProjectEvent` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns one event for the specified project.
* :ref:`atlas-api-events-listEventTypes` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns a list of all event types, along with a description and additional metadata about each event.
* :ref:`atlas-api-events-listOrganizationEvents` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all events for the specified organization.
* :ref:`atlas-api-events-listProjectEvents` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns all events for the specified project.
* :ref:`atlas-api-events-listOrganizationEvents` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns events for the specified organization.
* :ref:`atlas-api-events-listProjectEvents` - `Public Preview: please provide feedback <https://feedback.mongodb.com/forums/930808-atlas-cli>`_: Returns events for the specified project.


.. toctree::
Expand Down
8 changes: 4 additions & 4 deletions internal/api/commands.go

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

93 changes: 93 additions & 0 deletions tools/cmd/docs/metadata.go

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

Loading
Loading