Files
coder-server/docs/reference/cli/secret_update.md
2026-04-10 21:57:49 +00:00

838 B
Generated

secret update

Update a secret

Usage

coder secret update [flags] <name>

Options

--value

Type string

Update the secret value.

--description

Type string

Update the secret description. Pass an empty string to clear it.

--inject-env

Type string

Update the environment variable injection target. Pass an empty string to clear it.

--inject-file

Type string

Update the file injection target. Pass an empty string to clear it.