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

Difference between revisions of "Orion/Documentation/User Guide/Reference/Shell page"

 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
[[Image:screenshot-cd.png]]
 
[[Image:screenshot-cd.png]]
  
 +
The output of a command can be redirected to a workspace file by specifying a <tt>--output</tt> value.
  
 
+
[[Category:Orion]]
 
+
[http://www.infosafe.fr/coffre-fort-ignifuge/coffre-fort-ignifuge.htm coffre-fort ignifuge]
+

Latest revision as of 11:38, 5 July 2017

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