firefly_cli

Crates.iofirefly_cli
lib.rsfirefly_cli
version0.3.2
sourcesrc
created_at2024-04-29 11:46:49.691434
updated_at2024-06-24 17:43:53.721887
descriptionCLI tool for working with Firefly Zero
homepagehttps://fireflyzero.com/
repositoryhttps://github.com/firefly-zero/firefly-cli
max_upload_size
id1224115
size146,586
Gram (orsinium)

documentation

README

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 crates (the Rust package manager):

    cargo install firefly_cli
    
  • Or install dev version from the source:

    git clone --depth 1 https://github.com/firefly-zero/firefly-cli.git
    cd firefly-cli
    cargo install --path .
    

🔧 Usage

# build an app and install it into VFS
firefly_cli build

# export an app installed in VFS
firefly_cli export --author sys --app input-test

# install an exported app into VFS
firefly_cli import sys.input-test.zip
Commit count: 141

cargo fmt