edgible secret
Manage organization secrets (set/rotate, list, get, delete)
edgible secret set
Section titled “edgible secret set”Create or rotate a secret from literals and/or files
edgible secret set <name> [flags]| Flag | Description |
|---|---|
--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 |
edgible secret list
Section titled “edgible secret list”Aliases: ls
List all secrets in the organization (metadata only)
edgible secret list [flags]| Flag | Description |
|---|---|
--json | Output as JSON |
edgible secret get
Section titled “edgible secret get”Show a secret’s metadata (key names + checksum, never values)
edgible secret get <name> [flags]| Flag | Description |
|---|---|
--json | Output as JSON |
edgible secret delete
Section titled “edgible secret delete”Aliases: rm
Delete a secret (refused while a live application references it)
edgible secret delete <name> [flags]| Flag | Description |
|---|---|
-y, --yes | Skip the confirmation prompt |