Name
nebius mysterybox secret-version list
Returns the list of secret versions in a specified container, without its Payload.
Synopsis
Options
--page-size (int64)
The maximum number of results per page to return. If the number of available
results is larger than [page_size], the service returns a [ListSecretVersionsResponse.next_page_token]
that can be used to get the next page of results in subsequent list requests.
Default value: 100.
--page-token (string)
Page token. To get the next page of results, set [page_token] to the
[ListSecretVersionsResponse.next_page_token] returned by a previous list request.
--parent-id (string) [required]
Secret id related to the version.
--show-scheduled-for-deletion (bool)
By default, List operation doesn’t include resources that are scheduled for deletion.
If show_scheduled_for_deletion = true, the listing includes resources that are scheduled for deletion.
--all (bool)
List all the elements. Resets —page-size.
-i, --interactive (bool)
If set, runs a pagination on an alternate screen.
Global Options
-h, --help (bool)
Show this message.
-p, --profile (string)
Set a profile for interacting with the cloud.
--format (string)
Output format. Supported values: yaml|json|jsonpath|table|text.
-f, --file (string)
Input file. For ‘update’ commands automatically set —full=true.
-c, --config (string)
Provide path to config file.
--debug (bool)
Enable debug logs.
--color (bool)
Enable colored output.
--no-browser (bool)
Do not open browser automatically on auth.
--insecure (bool)
Disable transport security.
--auth-timeout (duration: 2h30m10s)
Set the timeout for the request including authentication process, default is 15m0s.
--per-retry-timeout (duration: 2h30m10s)
Set the timeout for each retry attempt, default is 20s.
--retries (uint)
Set the number of retry attempts, 1 is disable retries, default is 3.
--timeout (duration: 2h30m10s)
Set the timeout for the main request, default is 1m0s.
--no-check-update (bool)
Suppress check for updates.