Skip to content

Environment Setup

Eric Knee edited this page Jun 2, 2026 · 1 revision

The CLI deploys artifacts to a sandbox defined by an environment file. You must create one before using any menu option.

  1. Copy envFiles/sample-env.json and give it a new name (e.g., my-env.json)
  2. Open the file and update the following fields with your Adobe Developer Console project credentials:
Dev Console Value Env File Field
CLIENT ID API_KEY
Client Secret CLIENT_SECRET
Organization ID IMS_ORG
Scopes SCOPES
  1. Set SANDBOX_NAME to the sandbox you want to target
  2. Save and close the file

Tip

You will be prompted to enter the environment file name each time you run a CLI command. You can reuse the same file across commands and menus.


Next: pick a menu from the sidebar or Home.