Adds --quiet/-q global flag and WISPCTL_NO_PROGRESS=1 env var to suppress spinner output. Useful for CI/agents.
+2
-2
Diff
round #0
+2
-2
cli/index.ts
+2
-2
cli/index.ts
···
142
142
}
143
143
}
144
144
145
-
program.name('wisp-cli').description('CLI for wisp.place - deploy static sites to the AT Protocol').version('1.1.1')
146
-
.option('-q, --quiet', 'Suppress progress output (also set via WISPCTL_NO_PROGRESS=1)')
145
+
program.name('wisp-cli').description('CLI for wisp.place - deploy static sites to the AT Protocol').version('1.1.2')
146
+
.option('-q, --quiet', 'Suppress progress output — useful for CI/agents (also set via WISPCTL_NO_PROGRESS=1)')
147
147
148
148
// Deploy command (default)
149
149
program