A command line interface for Integreat.
Install with npm i great --global
-
great now
- Prints the current Unix timestamp -
great whoami
- Displays your Integreat user -
great account list
- Display list of accounts -
great projects list
- Display list of projects. Specify an account id as the first argument to only fetch for that account. -
great projects describe
- Display details for a project. Specify project id as the first argument. -
great pull
- Pull a project config to local file structure. Specify a projec id as the first argument or pull for the project in the current folder -
great run
- Run a job for a project. The project id should either be given as the first argument or it will be picked from the current folder. You will be presented with a list of available jobs to select from.