host command

Manage Host objects

If no subcommand is provided, the default behaviour is list.

list

List hosts in workspace and their endpoints in a tabular view.

Arguments

  • -a, --all: include out of scope hosts

tag

Add a Tag to every Endpoint of a Host

Arguments

  • <name>: the Host name to which endpoints you want to add a tag to

  • <tagname>: the name of the Tag to add. A “!” will be prepended to the name if it is not included.

untag

Remove a Tag from every Endpoint of a Host

Arguments

  • <name>: the Host name to which endpoints you want to remove a tag from

  • <tagname>: the name of the Tag to remove. A “!” will be prepended to the name if it is not included.

delete

Delete the Host object, and recursively delete any Path starting from this Host.

Arguments

  • <host>: a Host object name.