Griffon Shell Usage
Griffon provides a second command line interface based on Apache Karaf's console.The basic usage scenario is:Griffonsh will search for all Gant scripts that match the given name in the following locations:
- USER_HOME/.griffon/scripts
- PROJECT_HOME/scripts
- PROJECT_HOME/plugins/*/scripts
- GRIFFON_HOME/scripts
To specify an alternative environment to execute a particular command within you can specify an optional environment parameter either with one of the built in environments:griffonsh --env=dev run-app
griffonsh --env=prod run-app
Or using an argumentRefer to the user guide section on The Griffon Shell for more information.