Browse Source

1.0.0

improve-reliability 1.0.0
Luke Childs 4 years ago
parent
commit
21ac2417e6
  1. 4
      README.md
  2. 2
      umbrel-dev

4
README.md

@ -49,7 +49,7 @@ export PATH="$PATH:$HOME/.umbrel-dev/bin"
```
$ umbrel-dev
umbrel-dev 0.1.0
umbrel-dev 1.0.0
Automatically initialize and manage an Umbrel development environment.
@ -59,7 +59,7 @@ Commands:
help Show this help message
init Initialize an Umbrel development environment in the working directory
boot Boot the development VM
halt Halt the development VM
shutdown Shutdown the development VM
destroy Destroy the development VM
containers List container services
rebuild <container> Rebuild a container service

2
umbrel-dev

@ -3,7 +3,7 @@ set -euo pipefail
show_help() {
cat << EOF
umbrel-dev 0.1.0
umbrel-dev 1.0.0
Automatically initialize and manage an Umbrel development environment.

Loading…
Cancel
Save