Example:
podman run \
--interactive --tty \
--volume=${HOME}/.koyeb.yaml:/.koyeb.yaml \
docker.io/koyeb/koyeb-cli:${VERS} \
services list
ID APP NAME STATUS CREATED AT
12345678 {app} {name} HEALTHY 21 Jun 23 16:30 UTC
services get --help
Get service
Usage:
koyeb services get NAME [flags]
services get {name}
FATA[0001] id not found "{name}"
services get 12345678
ID APP NAME STATUS CREATED AT
12345678 {app} {name} HEALTHY 21 Jun 23 16:30 UTC
From recollection, this occurs consistently incorrectly across the CLI (get apps
, get deployments
etc.)
Also, the ID
as presented by the CLI is a short-form. The underlying e.g. service_id
is a UUID. This confused me as I began using the Koyeb API where CLI ID
values (as presented) don’t work.