ax apps package
ax apps
subcommand is deprecated
Managing apps via the Actyx CLI is deprecated and will no longer be supported in future ActyxOS versions.
Package an app into a tarball for deployment
The ax apps package
command will write the packaged app as a tarball to disk, which can then be deployed.
Here are a couple of example uses of the ax apps package
command:
Example Usage
Want to save the package somewhere else than the app directory?
The ax apps package
command always stores its output in the directory from which it was called. If you would like to save the output somewhere else, you should call the Actyx CLI from that directory and provide it the path to the directory containing the app manifest or the path to the actual manifest. Here is an example:
Example Usage