The features provided by this utility are now available out of the box (OOTB) in Appian versions 23.2+. For more information, refer to the Deployment APIs documentation.
Overview
This utility automates the process of inspecting the application, executing DDL scripts, updating CDTs, republishing the appropriate datastores, and importing the application.
With the Automated Import Manager Client, users can automatically deploy applications and package contents (either applications from Appian OR packages generated from the Automated Versioning Manager) to any environment. This utility provides the scripts that support triggering deployments from an external CI tool or deploy from the command line.
Key Features & Functionality
Automated Import Manager:
For more information, please see visit: https://community.appian.com/w/the-appian-playbook/198/deployment-automation
Note: This utility does not support Java version 9.0.
v2.5.0
* Enhancements
* Added Flyway DB version control tool to command line and AIM GUI
* Allow import of DDL scripts or Flyway scripts without an application zip or patch zip
* Added Folder Listener script that will run addContents automatically when a file is dropped into a folder
* Bug Fixes
* Added buildAllApps to list of approved actions
* Set inspect_only properly in AIM
* Fixed bug where repo would be cloned into a folder with an incorrect name
* Passed in correct authentication token for buildAllApps and buildSingleApp