--version
: displays the installed application version--help
: displays contextual information (available commands, subcommands or command parameters)
ats-ctl config check
: validates configurable configuration optionsats-ctl config show
: displays the current application configuration with sensitive values redacted
ats-ctl data fetch
- fetch active assets and their last known positions
ats-ctl db check
: verifies application database can be accessedats-ctl db migrate
: runs all Database Migrations to configure databaseats-ctl db rollback
: reverts all Database Migrations to reset database
See the Developing documentation.