fj v0.2.0
Download it from here, or via cargo
cargo install forgejo-cli
Any questions? Come ask in the matrix space!
Additions
pr createandissue createnow have a--webflag that opens the creation page in your browser instead of creating it on the terminal.pr --agitwill create a pull request with agit flow, so you don't need to fork the repository.pr status --waitwill only exit once all PR checks finish.repo migrateto migrate/mirror repositories from other hosts.repo readmeto print a repository's readme to the terminal.version --verboseprints extra info useful for debugging
Fixes
- Public endpoints can now be accessed without authenticating
- The API will be accessed via the http url even when it differs from the ssh url and the local remote points to the ssh url.
browsecommands will no long hang the terminal- Local repos will now be found even when in a subdirectory
- SSH urls in repo remotes will now be parsed correctly
- Improved pull request detection