ix secret
Store and manage account secrets for VM provisioning
Usage: ix secret [OPTIONS] [COMMAND]
commands
ix secret setStore 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 storingix secret checkVerify 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 lsList stored secrets: names and metadata only, never valuesix secret rmDelete 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