Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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?
Solved! Go to Solution.
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 package defined in XML file: nlserver package -instance:<instance> -export:<file> -specFile:<PackageFile>
View solution in original post
Views
Likes
Replies