empctl cheatsheet

register

Register a new project

empctl register --name my-project --email [email protected]

services

Create a new service

empctl services init --name string

Get the list of services

empctl services get

Delete a service

empctl services delete --name string

build

Build, deploy and push a multiplatform image

empctl build --push --deploy --tag string --file Dockerfile --multi-platform --service string

configs

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