Skip to content

Release v1.0.4

Latest
Compare
Choose a tag to compare
@janstaelensskyline janstaelensskyline released this 31 Jan 09:46
· 11 commits to main since this release
a7a8eab

Summary:

When deploying an .dmprotocol directly to an agent (not using the catalog), you can now choose to set that protocol to production as part of the deployment.

Post Action

It's possible to define a '--post-action' argument, this is an action to be executed after initial deployment.

Currently the following options are possible:

  • SetToProduction:

This will only work for protocol packages (.dmprotocol). After deployment, it will set the deployed version as production.

  • SetToProductionIncludingTemplates:

This will only work for protocol packages (.dmprotocol). After deployment, it will set the deployed version as protocol and also copy over all provided templates into production.

For example

dataminer-package-deploy from-artifact --path-to-artifact "" --dm-server-location "" --post-action SetToProduction

What's Changed

Full Changelog: 1.0.3...1.0.4