README.md38 lines · main
1# @briven/cli
2
3> ship typescript backends to your own version-controlled database
4
5The developer CLI for [briven](https://briven.tech).
6
7## install
8
9```bash
10# one-off, no install
11npx briven init
12
13# or install globally
14pnpm add -g @briven/cli
15```
16
17## commands
18
19Implemented commands land through [BUILD_PLAN.md](../../docs/BUILD_PLAN.md) phases. Run `briven --help` for the live list.
20
21```
22briven init
23briven login
24briven link
25briven dev
26briven deploy
27briven env set|get|list|rm
28briven logs [--tail] [--function=name]
29briven db studio | shell
30briven export [--data] [--schema] [--functions]
31briven import <path>
32briven whoami
33briven projects
34```
35
36## licence
37
38MIT.
Preview

@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.