Skip to content

xops credential store

Command usage and available options are listed below. Check --help for options supported by your installed version.

text
Manage configured secure secret stores

Usage:
  xops credential store [flags]
  xops credential store [command]

Available Commands:
  clone       Offline encrypted store: clone
  init        Offline encrypted store: init
  inspect     Offline encrypted store: inspect
  list        List all configured secret stores and their status
  probe       Offline encrypted store: probe
  prune       Offline encrypted store: prune
  reencrypt   Offline encrypted store: reencrypt
  restore     Offline encrypted store: restore
  resume      Offline encrypted store: resume
  rewrap      Offline encrypted store: rewrap

Flags:
  -h, --help   help for store

Global Flags:
      --color string       ANSI color output (auto=detect pipe/redirect, never=disable, always=force enable)
      --debug              Enable debug mode (equivalent to --log-level=debug)
      --lang string        Interface language (zh/en)
      --log-level string   Set internal diagnostic log level (debug, info, warn, error)

Use "xops credential store [command] --help" for more information about a command.

MIT License