Deployments
Guide for deploying, updating, and managing services using the ale CLI
Deployments
Deploy a Service
Execute the command by passing the YAML file path of the service you want to deploy as a parameter
When the project deployment begins, the following message will be displayed
Update a Service
Execute the command by passing the YAML file path of the service you want to update as a parameter
When the deployment starts with the updated content, the following message will be displayed
Remove a Service
Execute the command by passing the name of the service you want to remove as a parameter
When the service is successfully removed, the following result will be displayed
Service Information and Access
View Service Logs
Execute the following command by passing the name of the service whose logs you want to view as a parameter
If the service is running normally, the logs will be displayed
Access Service Terminal
Execute the following command by passing the name of the service you want to access via terminal as a parameter
If the service is running normally, you will be connected to the service through the terminal