Represents an environment mode. Supports production, development, demo, and test with the default mode being production.

To set the mode, export SFDX_ENV=<mode> in your current environment.

Enumeration Members

Enumeration Members

DEMO: "demo"
DEVELOPMENT: "development"
PRODUCTION: "production"
TEST: "test"