Configure and "Generate" content from CLI with AEM Guides? | Community
Skip to main content
Level 2
March 21, 2023
Solved

Configure and "Generate" content from CLI with AEM Guides?

  • March 21, 2023
  • 1 reply
  • 608 views

Hello,

Is it possible in AEMaaCS Guides "Map dashboard" to configure Baselines and Generate content from Jenkins or desktop CLI?

TIA

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AswiniLakshminarayanan

You can enable baselines in map dashboard by adding the below config property in the config file (dox\dox.config.override) and run the cloud manager pipeline to deploy the config changes.

 

PID: com.adobe.fmdita.config.ConfigManager
Property Key: hide.tabs.baseline Boolean(true/false).
Property Value: Default value: true

 

Creating baselines can be done via APIs, Please check the API Reference Guide

for more information.

1 reply

AswiniLakshminarayananAdobe EmployeeAccepted solution
Adobe Employee
March 23, 2023

You can enable baselines in map dashboard by adding the below config property in the config file (dox\dox.config.override) and run the cloud manager pipeline to deploy the config changes.

 

PID: com.adobe.fmdita.config.ConfigManager
Property Key: hide.tabs.baseline Boolean(true/false).
Property Value: Default value: true

 

Creating baselines can be done via APIs, Please check the API Reference Guide

for more information.