${name_here}
mechanism. But CommandBox also gives you the ability to create variables of your own directly in the shell. The scope (life) of these environment variables depends on how and where they are declared.env
namespace of commands for dealing with environment variables.echo
command that run a sub command as part of a command expression (backtick expansion). The sub command sets an environment variable and then outputs it.env debug
command has no variables, the recipe
command has a variable called inRecipe
and the global shell as the 2 variables from the example above.foo
environment variable.