Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

typedef

Mode

property

{string} PRODUCTION

property

{string} DEVELOPMENT

property

{string} DEMO

property

{string} TEST

Index

Enumeration members

Enumeration members

DEMO

DEMO: = "demo"

DEVELOPMENT

DEVELOPMENT: = "development"

PRODUCTION

PRODUCTION: = "production"

TEST

TEST: = "test"