fj/cmd
sid 7ee5a61910 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
2026-03-21 21:50:24 -06:00
..
actions.go feat: v0.3.0a — add api command, pr diff/comment/review, structured errors 2026-03-21 21:50:24 -06:00
actions_test.go feat: implement workflow list/view/run 2026-01-16 10:52:15 +01:00
api.go feat: v0.3.0a — add api command, pr diff/comment/review, structured errors 2026-03-21 21:50:24 -06:00
auth.go feat: v0.3.0a — add api command, pr diff/comment/review, structured errors 2026-03-21 21:50:24 -06:00
completion.go feat: add completion and manpage commands 2026-01-18 13:11:40 +01:00
errors.go feat: v0.3.0a — add api command, pr diff/comment/review, structured errors 2026-03-21 21:50:24 -06:00
issue.go feat: v0.3.0a — add api command, pr diff/comment/review, structured errors 2026-03-21 21:50:24 -06:00
json.go feat: add json output for list and view commands 2026-01-18 13:11:41 +01:00
manpages.go feat: add completion and manpage commands 2026-01-18 13:11:40 +01:00
pr.go feat: v0.3.0a — add api command, pr diff/comment/review, structured errors 2026-03-21 21:50:24 -06:00
pr_diff.go feat: v0.3.0a — add api command, pr diff/comment/review, structured errors 2026-03-21 21:50:24 -06:00
pr_review.go feat: v0.3.0a — add api command, pr diff/comment/review, structured errors 2026-03-21 21:50:24 -06:00
release.go feat: v0.3.0a — add api command, pr diff/comment/review, structured errors 2026-03-21 21:50:24 -06:00
repo.go feat: v0.3.0b — add repo edit command, fix repo create --public flag 2026-03-21 21:50:24 -06:00
repo_create_test.go feat: implement repo create command 2026-03-13 17:44:44 +01:00
root.go feat: v0.3.0b — add repo edit command, fix repo create --public flag 2026-03-21 21:50:24 -06:00