rt secrets set
rt › secrets › set
Write a secret (creates the domain file, or one key within it) — value prompted, never a CLI arg
Usage
rt secrets set <domain> <key> [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<domain> | text | Secrets domain (rt, deck, board) | |
<key> | text | Key name within the domain | |
--team | text | Write to this team's N-recipient store instead of your personal one | |
--stdin | boolean | false | Read the value from stdin instead of a no-echo prompt (scripting) |
See code: commands/secrets.ts › secretsSet