Skip to content

xops host

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

text
Manage stored hosts, identities, and nodes. Supports list, add, edit, and delete operations.

Usage:
  xops host [flags]
  xops host [command]

Aliases:
  host, hosts, inventory, inv

Available Commands:
  add         Add a new node
  delete      Delete a stored node
  edit        Edit a stored node
  import      Import hosts and credentials from CSV and verify
  list        List all stored nodes
  tag         Manage node tags
  tags        List all tags with node counts

Flags:
  -h, --help   help for host

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

MIT License