Skip to main content

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 / ArgTypeDefaultDescription
<domain>textSecrets domain (rt, deck, board)
<key>textKey name within the domain
--teamtextWrite to this team's N-recipient store instead of your personal one
--stdinbooleanfalseRead the value from stdin instead of a no-echo prompt (scripting)

See code: commands/secrets.ts › secretsSet