Adobe Campaign: Manage Packages via CICD scripts | Community
Skip to main content
Level 2
June 18, 2019
Solved

Adobe Campaign: Manage Packages via CICD scripts

  • June 18, 2019
  • 1 reply
  • 2274 views

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?

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 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 reply

bisswangAdobe EmployeeAccepted solution
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>