The application provides an interactive modus, called shell. This shell comes with a few commands providing some basic features. More complex features are then provided by tasks.
Exits the shell and the application.
The temporary configuration file will be removed.
The exit status is 0
.
Clears the screen, same effect as cls
in the command prompt or ^L
in a login shell.
Prints the current configuration as a simple list of configuration keys and their current value.
Some of the keys are internally set, for some the values are taken from the environment or a configuration file.
In print mode ansi
, some values are printed in color (e.g. red for a value error
) or text effects (e.g. bold for the flavor).
The task list-configuration
provides more options for printing the configuration.
Executes a scenario, i.e. runs all commands (tasks) in a scenario file.
The given scenario must be loaded.
Use the task list-scenarios
for loaded, available scenarios.
Exits the shell and the program.
The temporary configuration file will be removed.
The exit status is 0
.
Shows a help screen with all shell commands.
The commands are alphabetically sorted and shown as: short name, long name, and description.
The task list-commands
provides more options to list commands.
Shows the history of shell commands. Each command, once executed, is automatically added to the history, if the previous command was not exactly the same. The history accepts an optional parameter NUMBER. When a number (an integer) is given, the command with that number in the history will be executed. If the number does not exist in the history, an error is printed.
Exits the shell and the program.
The temporary configuration file will be removed.
The exit status is 0
.
Prints tables with simple statistics of application elements, such as tasks and parameters.
For more options on statistics and more detailed statistics see the task statistics
.
Shows the list of loaded (i.e. available) tasks.
The task are presented with their long name, short name, and a description.
They are alphabetically sorted (long name).
For more options to list tasks see the task list-tasks
.
Shows the list of loaded (i.e. available) tasks with origin application.
The task are presented with their long name, short name, and a description.
They are alphabetically sorted (long name).
For more options to list tasks see the task list-tasks
.
Prints the current time as HH:mm:ss.