Categorygithub.com/project-flotta/flotta-dev-cli
modulepackage
0.0.0-20220922125911-49dee9931525
Repository: https://github.com/project-flotta/flotta-dev-cli.git
Documentation: pkg.go.dev

# README

Flotta Developer CLI

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.

Installation

Installing flotta-dev-cli from rpm and its usage are describe on project's blog-post.

Development

Requirements

  • go >= 1.17
  • docker

Build

Build the project by running: make build

Usage

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.