Skip to main content

Name

nebius mysterybox secret list

Returns the list of secrets in a specified container, without its Payload.

Synopsis

nebius mysterybox secret list
  --page-size
  --page-token
  --parent-id [required]
  --show-scheduled-for-deletion
  --all
  -i, --interactive

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 [ListSecretsResponse.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
[ListSecretsResponse.next_page_token] returned by a previous list request.

--parent-id (string) [required]

ParentId of the secret to return.

--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.