@salesforce/core
    Preparing search index...

    Enumeration Mode

    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.

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