Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Created November 30, 2025 20:33
Show Gist options
  • Select an option

  • Save steffen-wirth/ee41f7ae8520f1457442fdae57c0db59 to your computer and use it in GitHub Desktop.

Select an option

Save steffen-wirth/ee41f7ae8520f1457442fdae57c0db59 to your computer and use it in GitHub Desktop.
# list all apps
umbreld client apps.list.query
#stop app
umbreld client apps.stop.mutate --appId appname
#restart app after changing docker-compose.yml
umbreld client apps.restart.mutate --appId appname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment