feat(#1985): subscription --list to audit watched repos
This commit is contained in:
parent
9f40bd13f9
commit
fce9bb8c11
3 changed files with 37 additions and 3 deletions
|
|
@ -81,6 +81,7 @@ hive-forge ci-log --run 51 # print a CI run's job step logs (r
|
|||
hive-forge ci-rerun --pr 42 # re-run CI without an empty commit (dispatches a fresh run; --run n / --branch name also work)
|
||||
hive-forge subscription --watch # subscribe to repo notifications
|
||||
hive-forge subscription --unwatch # unsubscribe
|
||||
hive-forge subscription --list # list every repo you watch (audit the notification firehose)
|
||||
hive-forge -r internal/knowledge clone # clone with creds auto-injected
|
||||
hive-forge -r internal/knowledge pr-create --agit --topic foo --title "..." # open PR via AGit (no fork)
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue