Automate Generation and Installation of Packages
Complete this task to automate generation and installation of packages between your Development, Testing, and Production instances. As part of this procedure, you copy package-specific JSON code from the Manage Packages page or the Import and Install Packages page to a V1 API endpoint in the user interface. The JSON code enables package generation and installation in other instances where you have access to the API. For more information, see Configure API Calls for Package Automation.
- From the menu, click
> Application Builder.
- Do 1 of the following:
- To generate packages, click Packages.
- To install packages, click Install Packages.
- Click the row for the package that you want to generate or install, and press Ctrl+Alt+J.
- Copy and paste the displayed JSON code into the appropriate API endpoint to generate or install the package.
- For package generation, use this end point:
http://ExampleWebServerIP/ExampleArcherInstanceName/
api/core/package/generate - For package installation, use this endpoint:
http://ExampleWebServerIP/ExampleArcherInstanceName/
api/core/package/install.
- For package generation, use this end point: