sbx secret rm
| 内容説明 | Remove a secret |
|---|---|
| 利用方法 | sbx secret rm [-g | sandbox] [service] [flags] |
Options
| オプション | デフォルト | 内容説明 |
|---|---|---|
-f, --force | Delete without confirmation prompt | |
-g, --global | Use global secret scope |
Global options
| オプション | デフォルト | 内容説明 |
|---|---|---|
-D, --debug | Enable debug logging |
Examples
# Remove a global secret
sbx secret rm -g github
# Remove a sandbox-scoped secret
sbx secret rm my-sandbox openai
# Remove without confirmation prompt
sbx secret rm -g github -f