0.3.0 • Published 17h agoCLI
@gitcafe/cli
Licence
UNLICENSED
Version
0.3.0
Deps
0
Size
2.5 MB
Vulns
0
Weekly
0
@gitcafe/cli
cafe is the command-line interface for gitcafe.
Install
Requires Bun 1.2 or newer. The CLI does not run under Node.
bun install -g @gitcafe/cli
# or run without installing:
bunx @gitcafe/cli --help
Quick start
cafe auth login # device-flow login (also sets up git credentials)
cafe repo create my-app # create a repository
cafe pr create # open a pull request from the current branch
cafe issue list # list issues
Run cafe --help for the full command tree, including SSH/GPG key
management (cafe ssh-key, cafe gpg-key) and the git credential helper.