ailtire package
Manage packages in an ailtire application. This includes the creation of packages and the building of package micro-services using the container ecosystem.
Synopsis
ailtire package <command> [args]
ailtire package buildEngine --env <environment name> --name <name of the buildEngine>
ailtire package create --name <package name>
ailtire package docs
ailtire package install --env <environment name> --name <name of the installation>
ailtire package status --env <environment name> --name <name of the installation>
ailtire package uninstall --env <environment name> --name <name of the installation>
Description
Used to manage the packages in the ailtire application using the ailtire framework. Once a package is created it can be built using the ailtire package buildEngine command. This command will create containers that can e used to deploy the application using the ailtire package install command.
- ailtire package buildEngine - Build the container images for the package based on the deployment architecture in the directory structure.
- ailtire package create - Create an package in the ailtire framework. Create the directory structure for the package.
- ailtire package install - install the package using the container ecosystem. This will deploy all containers, networks, and storage based on the deployment architecture.
- ailtire package status - check the status of a installed package.
- ailtire package uninstall - uninstall the package using the container ecosystem. This will kill any running containers.
Directories
The creation of the package directory structure is one of the most important aspects of the framework. For information on the directory structure see directory structure for more information.
See Also
- ailtire package buildEngine
- ailtire package create
- ailtire package get
- ailtire package install
- ailtire package list
- ailtire package status
- ailtire package uninstall