Skip to content

xops credential

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

text
Manage configured secure credential stores, run diagnostic health checks, and perform orphaned credential garbage collection.

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

Aliases:
  credential, cred

Available Commands:
  doctor             Probe system keystore capabilities and test configured stores
  finalize-migration Remove legacy materials after migration validation
  gc                 Garbage collect unreferenced orphan credentials and pending journals
  migrate            Upgrade legacy credentials or migrate v2 backends
  store              Manage configured secure secret stores

Flags:
  -h, --help   help for credential

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 [command] --help" for more information about a command.

MIT License