For information on using these commands, see Session Control Commands.
%clear
- Clears the screen.%count
- Displays the number of the queried entities (rather than a list of these entities).%csv
- Displays the command output in CSV format. Enter the command again to exit from this mode.%debug
- Toggle debug prints. Enter the command again to exit from this mode.
The command output is preceded by debugging messages.In addition, you can run individual commands in debug mode. For example:
vol.query name=v1 –xdebug
Orvol.query name=v1 –d
%json
- Displays the command output in JSON format.%logstart
- Start the logger. Enter the command to start logging the session you are currently in.%logstate
- Display the logger state. This command displays the state of the logging (either on or off).%logstop
- Stop the logger. This command stops logging.%raw
- Toggle raw API output. Enables displaying the JSON query of the commands' output.%user
- Displays the name of the active user.%version
- Displays the InfiniShell client version.
Last edited: 2022-08-06 08:36:40 UTC
Comments