chore: rename gateway daemon prompts

This commit is contained in:
Peter Steinberger
2026-01-21 17:46:30 +00:00
parent 9605ad76c5
commit 9b47f463b7
2 changed files with 21 additions and 21 deletions

View File

@@ -84,9 +84,9 @@ export function registerOnboardCommand(program: Command) {
.option("--remote-token <token>", "Remote Gateway token (optional)")
.option("--tailscale <mode>", "Tailscale: off|serve|funnel")
.option("--tailscale-reset-on-exit", "Reset tailscale serve/funnel on exit")
.option("--install-daemon", "Install gateway daemon")
.option("--no-install-daemon", "Skip gateway daemon install")
.option("--skip-daemon", "Skip gateway daemon install")
.option("--install-daemon", "Install gateway service")
.option("--no-install-daemon", "Skip gateway service install")
.option("--skip-daemon", "Skip gateway service install")
.option("--daemon-runtime <runtime>", "Daemon runtime: node|bun")
.option("--skip-channels", "Skip channel setup")
.option("--skip-skills", "Skip skills setup")