Browse Source

Add rebuild command placeholder

umbrel-beta
Luke Childs 5 years ago
parent
commit
9dfb3b841f
  1. 6
      umbrel-dev

6
umbrel-dev

@ -74,6 +74,12 @@ if [[ "$command" = "destroy" ]]; then
exit
fi
# TODO: Rebuild all or a specific container
if [[ "$command" = "rebuild" ]]; then
echo "Not yet implemented."
exit
fi
# Run a command inside the development VM
if [[ "$command" = "run" ]]; then
run "$2"

Loading…
Cancel
Save