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, --global | Only list global secrets | |
--sandbox | Only list secrets for one sandbox | |
--service | Filter by secret service name |
Global options
| オプション | デフォルト | 内容説明 |
|---|---|---|
-D, --debug | Enable 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