docs.rs failed to build firefly_cli-0.10.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
firefly-cli
[ 🐙 github ] [ 📦 crates.io ]
Swiss army knife CLI tool for working with Firefly Zero: build, upload, and publish apps, control device, etc.
📥 Installation
-
Grab the binary from the latest release and put it somewhere into
$PATH. -
Or install using cargo (the Rust package manager):
-
Or install dev version from the source:
See the Installation page in the Firefly Zero docs for a more detailed guide.
🔧 Usage
# build an app and install it into VFS
# export an app installed in VFS
# install an exported app into VFS
There are more commands. Most of them are covered in the dev docs. Specifically, in Getting Started and Debugging. Run firefly_cli --help to get the full list of available commands.