Griffon Shell Usage

Griffon provides a second command line interface based on Apache Karaf's console.

The basic usage scenario is:

griffonsh [command name]

Griffonsh will search for all Gant scripts that match the given name in the following locations:

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 argument

Refer to the user guide section on The Griffon Shell for more information.