This repo has the developer CLI for project-flotta.io. The purpose of this cli is easily create edge devices and deploy prefefine workloads on.
Installing flotta-dev-cli from rpm and its usage are describe on project's blog-post.
- go >= 1.17
- docker
Build the project by running: make build
Use the developer CLI commands by running:
./bin/flotta <command> <subcommand>
For example:
bin/flotta add device --name mydevice
See usage below for more details.
CLI for project-flotta.io
Usage:
flotta [command]
Available Commands:
add Add a new flotta resource
completion Generate the autocompletion script for the specified shell
delete Delete a flotta resource
help Help about any command
list List flotta resources
start Start a flotta resource
stop Stop a flotta resource
Flags:
-h, --help help for flotta
Use "flotta [command] --help" for more information about a command.