Secrets
| Command | Purpose |
|---|---|
vatio secrets list / set KEY VALUE / rm KEY | Manage shared workspace secrets |
Keys use uppercase letters, digits and underscores, starting with a letter. Tools read values with $env.KEY.
list returns names, never values. Changes take effect on subsequent tool calls without deploying, and apply to every environment — a rollback does not restore an old value. See Secrets.
Never put a private signing key in here: that store is read by Vatio, and the whole point of authentication is that Vatio holds only your public key.
