Evaluate a cli command​
This method can be used to analyze if the command can be interpreted without executing it. When this method returns a 200 OK, the command can be parsed and evaluated.
Query Parameters
- env object
All search parameter form the environment passed to the CLI interpreter.
- text/plain
Request Body
The command will be sent as request body. A command can contain multiple command line separated by semicolon. Every single line can contain multiple commands that are combined via the pipe operator.
- string
Responses
- 200
- 300
When the command can be evaluated.
- application/json
- Schema
- Example (from schema)
Schema array
[
{}
]
When the command can not be evaluated.
- text/plain
- Schema
Schema
- string
Loading...