Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
87
fork

Configure Feed

Select the types of activity you want to include in your feed.

v1.1.2: add --quiet flag and WISPCTL_NO_PROGRESS env var

authored by

niri and committed by
Tangled
89469faa cead690f

+2 -2
+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