Operations
Guide for managing projects and deployment environments using the ale CLI
Projects
Create Project
Execute the command by passing the project name you want to create as a parameter
When the project is created successfully, the result will be displayed as '@space-name/project-name'
List Projects
Execute the following command
Projects for the currently logged-in account will be listed, with the currently used project marked with an * symbol
Remove Project
Execute the command by passing the project name you want to remove as a parameter
When the project is successfully removed, the deleted project will be displayed as '@space-name/project-name', and the target project will be changed to the earliest created project among the remaining ones
Deployment Environments
List Deployment Environments
Execute the following command to view deployment environments of the current project
The deployment environments of the current project will be displayed
Change Deployment Environment
Execute the command by passing a parameter in the format of '@space-name/project-name' or '@space-name/project-name:environment'
The changed deployment environment will be displayed as follows
Set Environment Secrets
Execute the command by passing the secret name and value as parameters to be used commonly in the deployment environment
When the secret is registered, the secret value will be displayed as follows
Others
List Templates
View available templates in the current Ale platform
Available templates will be displayed as follows