-
Notifications
You must be signed in to change notification settings - Fork 3
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.
- Copy
envFiles/sample-env.jsonand give it a new name (e.g.,my-env.json) - 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 |
- Set
SANDBOX_NAMEto the sandbox you want to target - 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.