Environment Variables
Shell Environment Variables (Global)
env set foo=bar
# or just
set foo=barenv show foo
# or provide a default value
env show foo myDefault
# Or via System Setting expansions
echo ${foo:myDefault}env clear fooPer-Command Environment Variables
Recipes
Viewing Variables
Native Binaries
Passing Environment Variables to Servers
Last updated
Was this helpful?