add hive-forge-tools: shell wrappers for common forge API operations
This commit is contained in:
parent
d348ce885f
commit
0a4cde88b0
2 changed files with 276 additions and 0 deletions
|
|
@ -273,6 +273,10 @@
|
|||
jq
|
||||
# curl: HTTP client for forge REST API and other web requests.
|
||||
curl
|
||||
# hive-forge-*: shell wrappers around the Forgejo REST API
|
||||
# (hive-forge-view, hive-forge-pr, hive-forge-comment, etc.)
|
||||
# that replace ad-hoc curl pipelines in agent turns.
|
||||
(pkgs.callPackage ../packages/hive-forge-tools.nix { })
|
||||
];
|
||||
|
||||
# One-shot: write tea's config.yml from the seeded forge token so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue