hubcli execution-profile list¶
Lists execution profiles.
The command has the following format:
hubcli execution-profile list [flags]
where:
- flags
- One or more optional flags that provide additional control over execution of the command.
The following flags are available:
-c stringor--connection string- Specifies the name of the connection to use.
If you do not specify this option, then the default connection is used.
If there is no default connection, then you must specify a connection.
The first connection created for the Altair SLC Hub instance is set by default as the default Hub instance,
but a different default connection can be set using the
hubcli connection usecommand. --debug- Enables debug logging.
-hor--help- Returns help information for this command.
--json- Returns the list of execution profiles in JSON format.
-l intor--limit int- Lists only the number of execution profiles specified by int. By default 100 are listed. Counting begins from the first listed execution profile.
Note: exprof is an alias of execution-profile and ls is an alias of list.