Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

AEM Environment Variables | AEM as Cloud Service | AEM Community Blog Seeding

Avatar

Administrator

8/2/22

BlogImage.jpg

AEM Environment Variables | AEM as Cloud Service by Rashid jorvee

Abstract

The Adobe I/O CLI plays an integral role in development on AEM as a Cloud Service as it provides developers the ability to manage Cloud Manager environment & pipeline variables from the CLI

Pipeline Variables
Your build process may depend upon specific configuration variables which would be inappropriate to place in the git repository or you may need to vary them between pipeline executions using the same branch.

Cloud Manager allows for these variables to be configured through the Cloud Manager API or Cloud Manager CLI on a per-pipeline basis. Variables may be stored as either plain text or encrypted at rest. In either case, variables are made available inside the build environment as an environment variable which can then be referenced from inside the pom.xml file or other build scripts.

Uses example
Used to vary behavior of build process
Accessible inside the build process
Dev minification is set differently on Dev vs Stage or Prod
Disable caching on Dev

Read Full Blog

AEM Environment Variables | AEM as Cloud Service

Q&A

Please use this thread to ask the related questions.