Refine workshop UI navigation and hardening guidance
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
param(
|
||||
[ValidateSet("bootstrap", "up", "redeploy", "proxy-reload", "down", "logs", "reset", "reset-hard")]
|
||||
[ValidateSet("bootstrap", "up", "redeploy", "proxy-reload", "down", "logs", "reset", "reset-hard", "reset-origin")]
|
||||
[string]$Action = "bootstrap",
|
||||
[string]$Distro = ""
|
||||
)
|
||||
@@ -26,6 +26,7 @@ switch ($Action) {
|
||||
"logs" { $linuxCommand = "./scripts/compose.sh logs -f" }
|
||||
"reset" { $linuxCommand = "./scripts/reset-lab.sh" }
|
||||
"reset-hard" { $linuxCommand = "./scripts/reset-lab.sh --hard" }
|
||||
"reset-origin" { $linuxCommand = "./scripts/reset-lab.sh --hard-origin" }
|
||||
}
|
||||
|
||||
$wslArgs = @()
|
||||
|
||||
Reference in New Issue
Block a user