Skip to content

xops

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

text
XOps combines host inventory, SSH, batch execution, playbooks, and MCP guardrails to safely manage and automate remote hosts.

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

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  credential  Manage secure credentials (secret stores and garbage collection)
  dns         DNS lookup
  encode      Perform various encode/decode operations
  exec        Execute commands on one or more remote hosts
  firewall    Manage firewall settings on target hosts
  forward     Port forwarding, forwards TCP/UDP traffic from a local port to a remote address
  help        Help about any command
  host        Manage stored hosts and nodes
  identity    Manage authentication templates
  init        Initialize local XOps configuration
  mcp         Manage the MCP (Model Context Protocol) server
  nc          Network tool providing partial nc (netcat) functionality
  ping        ICMP Ping a host or check if a TCP port is open
  play        Execute declarative orchestration tasks (Playbook)
  scp         Transfer files between local and remote hosts
  sftp        Connect to a remote host via SFTP
  ssh         Connect to a remote host via SSH
  sudo        Execute commands locally with sudo
  tui         Start Terminal UI Host Management Panel
  version     Print the version number

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

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

MIT License