Introduction
The Celerity CLI provides tooling for every stage of development for Celerity applications.
Installation
To install the Celerity CLI (including deploy engine), run the following command:
# placeholder for installation script
sh -c "$(curl -fsSL https://get-celerity.dev)"
Package Managers
TODO: Add instructions for installing the CLI using OS package managers.
Binaries
TODO: Add installer link for user's current platform.
TODO: Add links to binaries for all supported platform architectures.
Running the CLI
Once installed, the CLI can be run by executing the celerity
command in the terminal.
For information on all the available options and commands, run:
celerity help
To get usage information for a specific subcommand, run:
celerity [subcommand] --help