Adobe Campaign: Manage Packages via CICD scripts | Adobe Higher Education
Skip to main content
Level 2
June 18, 2019
Respondido

Adobe Campaign: Manage Packages via CICD scripts

  • June 18, 2019
  • 1 resposta
  • 2274 Visualizações

Hi,

My intention is to manage the packages of ACC through Source Control and CICD process.

How do I go about this?

Do we have any command line scripts that could be executed for ACC and/or ACS?

Este tópico foi fechado para respostas.
Melhor resposta por bisswang

ACS

There is no command line, etc. available in ACS anyway.

Also no public API to handle package import/export.

ACC

ACC has command line calls which you could use:

  • Import package file:  nlserver package -instance:<instance> -import:<file>

  • Export existing package:  nlserver package -instance:<instance> -export:<file> -spec:<Package-ID>
  • Export package defined in XML file:  nlserver package -instance:<instance> -export:<file> -specFile:<PackageFile>

1 Resposta

bisswangAdobe EmployeeResposta
Adobe Employee
June 20, 2019

ACS

There is no command line, etc. available in ACS anyway.

Also no public API to handle package import/export.

ACC

ACC has command line calls which you could use:

  • Import package file:  nlserver package -instance:<instance> -import:<file>

  • Export existing package:  nlserver package -instance:<instance> -export:<file> -spec:<Package-ID>
  • Export package defined in XML file:  nlserver package -instance:<instance> -export:<file> -specFile:<PackageFile>