Created
November 30, 2025 20:33
-
-
Save steffen-wirth/96b09e1260dfdd8c33c3afbf3131e22d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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