codeberg forgejo-contrib/forgejo-cli v0.2.0

latest releases: v0.4.0, v0.3.0
15 months ago

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 create and issue create now have a --web flag that opens the creation page in your browser instead of creating it on the terminal.
  • pr --agit will create a pull request with agit flow, so you don't need to fork the repository.
  • pr status --wait will only exit once all PR checks finish.
  • repo migrate to migrate/mirror repositories from other hosts.
  • repo readme to print a repository's readme to the terminal.
  • version --verbose prints 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.
  • browse commands 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

Don't miss a new forgejo-cli release

NewReleases is sending notifications on new releases.