hive-forge: infer active repo from cwd's git remote, demote HIVE_FORGE_REPO
This commit is contained in:
parent
a588ed42ce
commit
f034ffb9d8
9 changed files with 201 additions and 25 deletions
|
|
@ -1,6 +1,7 @@
|
|||
//! `repo-add-collaborator <user> [--permission read|write|admin] [-r <repo>]`
|
||||
//! — add `<user>` as a collaborator on the active repo (from `-r` /
|
||||
//! `HIVE_FORGE_REPO`). Prints a one-line confirmation.
|
||||
//! — add `<user>` as a collaborator on the active repo (see
|
||||
//! `client::Client::from_env` for how it resolves). Prints a one-line
|
||||
//! confirmation.
|
||||
//!
|
||||
//! Wraps `PUT /api/v1/repos/{owner}/{repo}/collaborators/{collaborator}`.
|
||||
//! A fresh agent-namespace repo (see `repo-create`) usually needs peers
|
||||
|
|
|
|||
Loading…
Reference in a new issue