tag
$ ./osctrl-cli tag -h
NAME:
osctrl-cli tag - Commands for tags
USAGE:
osctrl-cli tag command [command options] [arguments...]
COMMANDS:
add, a Add a new tag
edit, e Edit values for an existing tag
delete, d Delete an existing tag
list, l List all tags
show, s Show an existing tag
help, h Shows a list of commands or help for one command
OPTIONS:
--help, -h show help
Add tag
$ ./osctrl-cli tag add -h
NAME:
osctrl-cli tag add - Add a new tag
USAGE:
osctrl-cli tag add [command options] [arguments...]
OPTIONS:
--name value, -n value Tage name to be added
--color value, -c value Tag color to be added
--description value, -d value Tag description to be added
--icon value, -i value Tag icon to be added
--help, -h show help
Edit tag
$ ./osctrl-cli tag edit -h
NAME:
osctrl-cli tag edit - Edit values for an existing tag
USAGE:
osctrl-cli tag edit [command options] [arguments...]
OPTIONS:
--name value, -n value Tage name to be edited
--color value, -c value Tag color to be edited
--description value, -d value Tag description to be edited
--icon value, -i value Tag icon to be edited
--help, -h show help
Delete tag
$ ./osctrl-cli tag delete -h
NAME:
osctrl-cli tag delete - Delete an existing tag
USAGE:
osctrl-cli tag delete [command options] [arguments...]
OPTIONS:
--name value, -n value Tag name to be deleted
--help, -h show help
$ ./osctrl-cli tag list -h
NAME:
osctrl-cli tag list - List all tags
USAGE:
osctrl-cli tag list [command options] [arguments...]
OPTIONS:
--help, -h show help
Show tag
$ ./osctrl-cli tag show -h
NAME:
osctrl-cli tag show - Show an existing tag
USAGE:
osctrl-cli tag show [command options] [arguments...]
OPTIONS:
--name value, -n value Tag name to be displayed
--help, -h show help