--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 positionsats-ctl data export- export summary data for assets and their last known positionsats-ctl data run- combines thedata fetchanddata exportcommands
ats-ctl db check: verifies the application database can be accessed and all migrations have been appliedats-ctl db migrate: applies Database Migrations to the databaseats-ctl db rollback: reverts Database Migrations to reset the database
See the Developing documentation.