A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing
55
fork

Configure Feed

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

chore: release 0.5.4

authored by

Steve and committed by tangled.org 75ebe745 be2bd60c

+2 -2
+1 -1
packages/cli/package.json
··· 1 1 { 2 2 "name": "sequoia-cli", 3 - "version": "0.5.3", 3 + "version": "0.5.4", 4 4 "type": "module", 5 5 "bin": { 6 6 "sequoia": "dist/index.js"
+1 -1
packages/cli/src/index.ts
··· 36 36 37 37 > https://tangled.org/stevedylan.dev/sequoia 38 38 `, 39 - version: "0.5.3", 39 + version: "0.5.4", 40 40 cmds: { 41 41 add: addCommand, 42 42 auth: authCommand,