Using the hubcli command¶
This section provides example of using the hubcli command.
The hubcli application provides commands that enable you to submit and manage jobs, and perform various administrative tasks,
such as creating and managing users and groups, on an Altair SLC Hub instance.
For example, hubcli connection can be used to create a connection to a Hub instance;
hubcli group can be used to create a group on a Hub instance.
The hubcli commands also provide flags that can be used to control the actions of the commands.
For example, you can get help for an hubcli using the -h flag.
The -h flag can be used to get help for any command as extra keywords are added.
For example, hubcli -h returns help for the hubcli command;
hubcli namespace -h returns help for that command;
hubcli namespace create -h returns help for that command.