Table of Contents

Command line interface

The Command line interface represents a small interactive environment to edit and execute models without the need for a graphical user interface.

Difficulty
Easy

Start a model in CLI

In this tutorial we will go through the creation, modification and basic interactions of a RGG project.

Let's start by starting GroIMP in CLI with the command java -Xverify:none -jar core.jar –headless -a cli at the root of your GroIMP repository. You should see the terminal opening the application the logo of GroCLIMP, and the new prompt that display [base]. Then, let's create a new workbench with a new project.

→ Read more...