3.6.1. Command Group Aliases

Warning

This API is deprecated.

Axonius API v2 is now available, we recommend you move to API v2.

New features will no longer be added to this API. Axonius will only provide bug fixes.

Read about API v2

All command groups can be referenced using the most unique short name.

3.6.1.1. Single Matches

$ # long names
$ axonshell devices labels

$ # short names
$ axonshell d l

3.6.1.2. Multiple Matches

$ # long names
$ axonshell adapters cnx discover
$ axonshell adapters cnx delete

$ # short names that fail due to too many matches that start with "d"
$ axonshell a c d

$ # short names that will work
$ axonshell a c di
$ axonshell a c de