Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,15 @@ Opt out with `SOTTO_TELEMETRY=off` (or the cross-tool
no request is ever made. `SOTTO_TELEMETRY_URL` redirects the ping (e.g. to aggregate a private
fleet), and records idle for 12 months are purged from the hosted census.

### Environments

```sh
sotto env ls # environments in this project; the active one is marked
sotto env use staging # switch the active environment
sotto env copy dev staging --confirm # promote keys (adds and updates; never deletes)
```
Without `--confirm`, `copy` is a dry run showing what would change.

## Security

Sotto's model is zero-knowledge: plaintext secrets and usable decryption keys stay on client
Expand Down