empctl cheatsheet

register

Register a new project

Copy

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

services

Create a new service

Copy

empctl services init --name string

Get the list of services

Copy

empctl services get

Delete a service

Copy

empctl services delete --name string

build

Build, deploy and push a multiplatform image

Copy

configs

Get the current configs and infrastructure

Copy

Change API token on your local config

Copy

deployments

Inspect the deployment

Copy

Get the logs

Copy

ecr

Get the ECR repository

Copy

secrets

Update key/value

Copy

Update json file

Copy

Update from env file

Copy

Last updated