Getting started Community Training Tutorials Documentation APIs, AI & Tools
%dw 2.0
import dw::System
output application/json
---
{ "envVars" : dw::System::envVars().SHELL }
You're viewing an older version of the documentation. You can switch to the latest version or use the version selector in the left navigation.
Returns all the environment variables defined in the host system as an array of strings.
This example returns a Mac command console (SHELL) path. SHELL is one of
the standard Mac environment variables. To return all the environment
variables, you can use dw::System::envVars().