feat: v0.3.0b — add repo edit command, fix repo create --public flag

- Add `fgj repo edit` for changing visibility, description, homepage,
  and default branch on existing repositories
- Fix `repo create --public` flag which was defined but never read
This commit is contained in:
sid 2026-03-21 21:50:24 -06:00
parent 43e43e7024
commit 7ee5a61910
4 changed files with 146 additions and 3 deletions

View file

@ -18,7 +18,7 @@ var rootCmd = &cobra.Command{
Short: "Forgejo CLI tool - work seamlessly with Forgejo from the command line",
Long: `fgj is a command line tool for Forgejo instances (including Codeberg).
It brings pull requests, issues, and other Forgejo concepts to the terminal.`,
Version: "0.3.0a",
Version: "0.3.0b",
SilenceErrors: true,
}