Skip to content

xops identity

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

text
Manage stored authentication templates (user, password, key). Templates can be reused by alias when adding hosts.

Usage:
  xops identity [flags]
  xops identity [command]

Aliases:
  identity, id, auth

Available Commands:
  add         Add a new authentication template
  credential  Manage persistent credentials for an identity in secure keystores
  delete      Delete an authentication template
  edit        Edit a stored authentication template
  list        List all stored authentication templates

Flags:
  -h, --help   help for identity

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

MIT License