Skip to main content
Version: 4.1.0

env Command

The env command retrieves environment variables and passes it to the output stream.

This command is useful when inspecting the environment given to the CLI interpreter.

Usage​

env

Examples​

fixshell will set the graph, section, and session ID
> env
​graph: fix
​section: reported
​fix_session_id: SHQF9MBUEJ
Environment variables can be defined directly on the command line
> section=desired foo=bla env
​graph: fix
​section: desired
​fix_session_id: SHQF9MBUEJ
​foo: bla