Command-Line Interface (CLI)

Last Updated: 2022-02-02

You can obtain the grouparoo CLI via NPM with npm install -g grouparoo.

Project Maintenance

Learn More about Project Maintenance

Configuration

  • grouparoo config - Starts the UI application to manage your config files
  • grouparoo validate (--local) - Test and validate your code config. Doesn't write changes to the database. Optionally disable checking with remote Apps.
  • grouparoo apply (--local) - Apply config changes to the database. This also happens automatically with grouparoo start and grouparoo run as well. Optionally disable checking with remote Apps.
Learn More about Configuration

Development, Testing and Deployment

Learn More about Runnning Grouparoo

Example

If you were creating a new Grouparoo project, you might:

# install the grouparoo CLI
npm install -g grouparoo

# initialize the project (in a new directory)
grouparoo init .

# configure the project
grouparoo config

# check out config files
grouparoo validate
grouparoo apply

# start the application
grouparoo start
# and you can visit http://localhost:3000 to view the dashboard and watch your data import