flndrn 42ce2236b7 fix(auth): gold-path session/me, Konnos logo, SuperTokens test evidence 4 veckor sedan
..
bin b89c8297f4 feat: Phase 2 — profile KYC + billing address + CLI bundling + DTS fix 3 månader sedan
scripts 0dbaaaa07c feat: phase 0-3 hardening + test coverage 3 månader sedan
src 42ce2236b7 fix(auth): gold-path session/me, Konnos logo, SuperTokens test evidence 4 veckor sedan
.gitignore 1344307951 chore(cli): drop accidental export dumps and ignore *.briven-export.json 1 månad sedan
README.md 380c9b7c65 branding: finish Dolt→Briven rename, clean up studio/auth/CLI layers 2 månader sedan
package.json 2ecdefdfa8 feat(cli): briven setup always requires S3 bucket + key (not optional) 1 månad sedan
tsconfig.json ee7a62e3ef ci: fix remaining CI failures — typecheck, lint, pre-existing issues 1 månad sedan
tsup.config.mjs 342b3db262 feat: Phase 2 — profile KYC + billing address + CLI bundling + DTS fix 3 månader sedan

README.md

@briven/cli

ship typescript backends to your own version-controlled database

The developer CLI for briven.

install

# one-off, no install
npx briven init

# or install globally
pnpm add -g @briven/cli

commands

Implemented commands land through BUILD_PLAN.md phases. Run briven --help for the live list.

briven init
briven login
briven link
briven dev
briven deploy
briven env set|get|list|rm
briven logs [--tail] [--function=name]
briven db studio | shell
briven export [--data] [--schema] [--functions]
briven import <path>
briven whoami
briven projects

licence

MIT.