Share feedback
Answers are generated based on the documentation.

sbx secret rm

内容説明Remove a secret
利用方法sbx secret rm [-g | sandbox] [service] [flags]

Options

オプションデフォルト内容説明
-f, --forceDelete without confirmation prompt
-g, --globalUse global secret scope

Global options

オプションデフォルト内容説明
-D, --debugEnable 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