I am trying to automate the deployment of *.ampkg files and have come to the conclusion there is no support for this other than the UI. What would seem to be a basic feature appears to be lacking.
I have automated build and deployments for just about everything you can think of--SQL, BizTalk, .NET, Node, SSIS, SSRS, all things Azure, server provisioning multiple ways, and so on. But seem to be stuck on Help Systems Automate.
I've explored the API and PowerShell modules, however these appear to focus on migrating from one server to the other. I would like to be able to take an exported .ampkg file (preferably be able to automate that step as well), where I would create a nuget package, push it into our repository, and feed it into our deployment tool (currently, Octopus) so we can deploy like everything else (on-demand, scheduled, automatically).
I have been reading posts spanning back years that this feature is not available. Given it is almost 2020 and everything that is anything has to be part of a devops pipeline, surely this must be just about ready to be released?
Maybe I am missing a way to do this, but I am not finding it. Am I missing something? If not, when is this going to be available?
At this point, this is the ONLY aspect of our devops process that requires a human to be involved with.
Thanks!
Dave