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.

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


Table of contents