Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
88
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 #1

open opened by niri.pet targeting main from niri.pet/wisp.place-monorepo: version-bump

Adds --quiet/-q global flag and WISPCTL_NO_PROGRESS=1 env var to suppress spinner output. Useful for CI/agents.

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:sxywkdxliruthtz3j4nqqpd2/sh.tangled.repo.pull/3mk2qv7yzxa22
+2 -2
Diff #0
+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

History

1 round 0 comments
sign up or login to add to the discussion
niri.pet submitted #0
1 commit
expand
v1.1.2: add --quiet flag and WISPCTL_NO_PROGRESS env var
merge conflicts detected
expand
  • cli/index.ts:142
expand 0 comments