Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Orion/Documentation/User Guide/Reference/Shell page

The Shell page provides a command line interface for interacting with Orion. The list of available commands can be displayed at any time with the command help.

Screenshot-help.png

By default this page contains some basic commands for navigating the workspace file system and editing files. Orion services orion.shell.command and orion.shell.type are provided to enable clients to register additional commands and parameter types on this page.

The input line provides assistance with command arguments whenever it can based on the expected parameter types. A command with invalid syntax or argument values will not be accepted.

Screenshot-cd.png

The output of a command can be redirected to a workspace file by specifying a --output value.

Back to the top