reaction-cli
A command line tool for Reaction Commerce
Install
Before you can use Reaction or reaction-cli
, you'll need to make sure you install the base requirements for your operating system.
After that, you can now install reaction-cli
with...
npm install -g reaction-cli
Usage
$ reaction --help
reaction <command> [options]
Commands:
init Create a new Reaction app (will create a new folder)
run Start Reaction in development mode
debug Start Reaction in debug mode
test [unit] Run integration or unit tests
pull Pull Reaction updates from Github and install NPM packages
update, up Update Atmosphere and NPM packages
reset Reset the database and (optionally) delete build files
build Build a production Docker image
register Register an account with Reaction
login Login to Reaction
whoami Check which account you are logged in as
keys Manage your SSH keys
apps Manage your apps deployments
deploy Deploy an app
env Manage environment variables for an app deployment
open Open an app deployment in your browser
Options:
-v, --version Show app and CLI version numbers
-h, --help Show help
Tracking
This app reports anonymous, aggregate usage data to help us improve and debug Reaction Commerce. View our Privacy Policy.