Skip to content

xops host edit

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

text
Edit a stored node

Usage:
  xops host edit [node_id] [flags]

Flags:
  -H, --address string    Modify host IP or domain
  -a, --alias strings     Modify node alias
  -h, --help              help for edit
  -j, --jump string       Modify jump host name
  -k, --key string        Modify SSH private key path
  -w, --key-pass string   Modify private key passphrase
  -P, --password string   Modify SSH password
  -p, --port uint16       Modify SSH port
  -u, --user string       Modify SSH username

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)

MIT License