docs

ix

ix secret

Store and manage account secrets for VM provisioning

Usage: ix secret [OPTIONS] [COMMAND]

commands

  • ix secret set Store or rotate a secret. The value is read from a hidden prompt, stdin, or --value-file; it is never taken on the command line and is never shown back after storing
  • ix secret check Verify that the named secrets exist in the store. Exits non-zero listing any missing names, so deploy tooling can fail fast before any work starts (ENG-2452)
  • ix secret ls List stored secrets: names and metadata only, never values
  • ix secret rm Delete a stored secret. VMs that already attached it keep their copy

options

  • --output <OUTPUT> Output format one of: human, json default: human
  • --message-format <MESSAGE_FORMAT> Error format one of: human, short, json default: human