empctl cheatsheet
register
Register a new project
empctl register --name my-project --email [email protected]services
Create a new service
empctl services init --name stringGet the list of services
empctl services getDelete a service
empctl services delete --name stringbuild
Build, deploy and push a multiplatform image
empctl build --push --deploy --tag string --file Dockerfile --multi-platform --service stringconfigs
Get the current configs and infrastructure
Change API token on your local config
deployments
Inspect the deployment
Get the logs
ecr
Get the ECR repository
secrets
Update key/value
Update json file
Update from env file
Last updated