- Update to version 0.4.0:
* Support for issue & pull request templates with fj issue/pr create
--template
* fj pr create --autofill, which will automatically populate the PR's title
and body from the commit(s)
* fj user key and fj user gpg commands for managing uploaded SSH and GPG keys
* fj user repos --page, to select the page of results to view
* fj issue/pr create/comment --body-from-file to use the contents of a file
as the body
* --identity-file/-I flag for selecting the SSH identity to use
* fj tag to manage git tags
* fj issue search --state all
* --remote & --repo flags can now be at the end of the command with the rest
of the flags
OBS-URL: https://build.opensuse.org/request/show/1330160
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=16
- update to 0.2.0:
* pr create and issue create now have a --web flag that opens the creation
page in your browser
* pr --agit will create a pull request with agit flow, so you don't need to
fork the repository
* pr status --wait will only exits 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
* 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
OBS-URL: https://build.opensuse.org/request/show/1230697
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=6