hyperhive/hive-forge
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 8e58793f79 hive-forge: add -f/--forge <label> selector for external forge accounts
Targets a dashboard-provisioned external forge account (FORGES tab)
instead of the internal forge: resolves `forge-<label>-token` for the
token and `forge-<label>.json`'s base_url for the URL, the same two
files dashboard/extra_forges.rs writes, instead of
HIVE_FORGE_URL/forge-token. Falls back to today's behavior when unset.
Orthogonal to -r/--repo.

An unknown label gives a clear error listing the labels actually found
in the state dir instead of a raw file-not-found. The base_url JSON key
is read via a typed sidecar struct pinned to what extra_forges.rs
writes, so the read side can't silently drift from the write side.
2026-07-14 19:31:08 +02:00
..
src hive-forge: add -f/--forge <label> selector for external forge accounts 2026-07-14 19:31:08 +02:00
Cargo.toml build: add time + url deps for forgejo-api port 2026-07-07 08:50:35 +02:00