#gamedev #firefly-zero #command-line-tool #cli

app firefly_cli

CLI tool for working with Firefly Zero

19 releases (8 breaking)

new 0.9.0 Feb 13, 2025
0.8.1 Dec 23, 2024
0.7.0 Nov 25, 2024
0.3.2 Jun 24, 2024

#149 in Game dev

Download history 5/week @ 2024-10-26 6/week @ 2024-11-02 1/week @ 2024-11-09 112/week @ 2024-11-16 151/week @ 2024-11-23 12/week @ 2024-11-30 15/week @ 2024-12-07 237/week @ 2024-12-21 198/week @ 2024-12-28 68/week @ 2025-01-04 2/week @ 2025-01-11 4/week @ 2025-02-01 52/week @ 2025-02-08

56 downloads per month

MIT license

165KB
4K SLoC

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):

    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 .
    

See the Installation page in the Firefly Zero docs for a more detailed guide.

🔧 Usage

# build an app and install it into VFS
firefly_cli build

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

# install an exported app into VFS
firefly_cli import sys.input-test.zip

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.

Dependencies

~24–36MB
~576K SLoC