ast secrets
Store and manage account secrets and plain variables
Manage account secrets and plain variables. Alias: ast secret.
secrets list
--values shows values for plain (non-secret) variables.
secrets create
Prompts for value when --value is omitted. Use --plain to store as a readable variable instead of an encrypted secret.
secrets update
secrets get
secrets delete
secrets import
Import variables from a file (e.g., .env). Blank values are skipped. Existing variables are skipped unless --overwrite is set.
Next steps
- Managing secrets: how the account vault works and how agents read from it
- ast blueprint: reference a secret at deploy with
--var KEY=@SECRET_NAME