Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Adobe Campaign: Manage Packages via CICD scripts

Avatar

Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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>

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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>