Share feedback
Answers are generated based on the documentation.

sbx secret ls

内容説明List stored secrets
利用方法sbx secret ls [flags]

Description

List stored secrets across global and sandbox scopes.

With no scope flag, all stored secrets are shown. Use --global to show only global secrets, or --sandbox to show only secrets scoped to one sandbox.

Options

オプションデフォルト内容説明
-g, --globalOnly list global secrets
--sandboxOnly list secrets for one sandbox
--serviceFilter by secret service name

Global options

オプションデフォルト内容説明
-D, --debugEnable debug logging

Examples

# List all secrets
sbx secret ls

# List only global secrets
sbx secret ls -g

# List secrets for a specific sandbox
sbx secret ls --sandbox my-sandbox

# Filter by service
sbx secret ls --service github