Skip to content

edgible secret

Manage organization secrets (set/rotate, list, get, delete)

Create or rotate a secret from literals and/or files

Terminal window
edgible secret set <name> [flags]
FlagDescription
--from-literal <key=value>Literal key=value pair (repeatable). Note: visible in shell history and process list — prefer —from-file / —from-env-file for sensitive values
--from-file <key=path>Read a value from a file: key=path (repeatable). The file contents become the value
--from-env-file <path>Read KEY=VALUE lines from a dotenv-style file (repeatable)
--type <type>Secret type: opaque or dockerconfigjson

Aliases: ls

List all secrets in the organization (metadata only)

Terminal window
edgible secret list [flags]
FlagDescription
--jsonOutput as JSON

Show a secret’s metadata (key names + checksum, never values)

Terminal window
edgible secret get <name> [flags]
FlagDescription
--jsonOutput as JSON

Aliases: rm

Delete a secret (refused while a live application references it)

Terminal window
edgible secret delete <name> [flags]
FlagDescription
-y, --yesSkip the confirmation prompt