ailtire usecase

Manage usecases in an ailtire application or subsystem. This includes the creation usecases for an ailtire application,

Synopsis

ailtire app <command> [args]

ailtire app buildEngine --env <environment name> --name <name of the buildEngine>
ailtire app create --name <app name> --path <file path>
ailtire app docs
ailtire app install --env <environment name> --name <name of the installation>
ailtire app status --env <environment name> --name <name of the installation>
ailtire app uninstall --env <environment name> --name <name of the installation>

Description

Used to manage the application using the ailtire framework. Once an application is created it can be built using the ailtire app buildEngine command. This command will create containers that can e used to deploy the application using the ailtire-app-install command.

Directories

The creation of the application 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