Expand my Community achievements bar.

SOLVED

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

Avatar

Level 2

Hello,

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

TIA

1 Accepted Solution

Avatar

Correct answer by
Level 6

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

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.