jelou secret manages organization secrets: encrypted environment
variables that are injected into workflows and functions at runtime.
By default, list, set, and delete operate on the whole organization;
with --project (alias --brain) you can scope any of the three to a
single project instead.
Names must be
UPPER_SNAKE_CASE (e.g. MY_API_KEY) and are
case-sensitive.
If you need per-function secrets (not organization-wide), use
jelou functions secrets set <slug> — see the
Functions CLI.