Auterion CLI Reference
Command line utility to interact with Auterion Devices and Apps
Type auterion-cli --help
in your command line to get help.
For help for a sub-command, type auterion-cli <subcommand> --help
Installation
Auterion CLI can be easily installed with the help of the python package installer (pip). Therefore, before running the next installation step, make sure that you have pip installed and running on your development system.
Make sure your that ~/.local/bin
directory is in the PATH
to access it.
Your system also needs to be able to run arm64 docker containers in order to compile apps for Skynode. Refer to Development environment Setupfor a guide on how to set up Docker.
Update
Auterion CLI automatically checks for updates when running. In order to update to the newest version run the following command:
Command reference
Discover / select devices
"Selecting" a device makes auterion-cli perform all actions against that selected device.
In case no device is selected, auterion-cli will default to any device reachable on 10.41.1.1
| Discover reachable Auterion devices |
| Select a reachable device to connect to |
| Deselect any currently selected device |
Device information
| Get information about the selected device |
| Download diagnostic report from selected device |
App management
| List all currently installed apps on the device |
| Start a stopped app |
| Stop a running app |
| Restart an app |
| Enable autostart for an app |
| Disable autostart for an app |
| Get current status for an app |
| Display logs for an app.
Add |
Development workflow
| Create a new app project |
| Build the app project in current folder. Creates .auterionos file in build folder. |
| Install the .auterionos app file to skynode |
| Remove an app from skynode |
Last updated