reef-cli 0.1.0

CLI for the Reef framework. Scaffolds new apps, manages migrations, deploys NixOS images. See https://reef.rs.
reef-cli-0.1.0 is not a library.

reef-cli

Command-line tool for the Reef framework.

Status: pre-release placeholder. Full CLI functionality moves here from cargo-reef in an upcoming version. For the current scaffolder, use cargo install cargo-reef and invoke as cargo reef new my-app.

Future usage

cargo install reef-cli
reef new my-app
reef db:push
reef migrate run
reef deploy

See reef.rs for documentation and the GitHub repository for development status.