Skip to main content

secret import

Import secrets from a file

Usage

coder secret import [flags] <file>

Description

Every key in the file becomes a secret. Keys allowed as environment variable names are injected into workspaces under the same name. The import is all or nothing, and existing secrets are never overwritten. Pass - to read the file from non-interactive stdin (pipe or redirect).

Options

--input-format

Typeenv|json|yaml

Format of the secrets file. Inferred from the file extension when unset, and required when reading from stdin.