krz/gitbay

A CLI-first git forge.

clone: git clone https://gitbay.org/krz/gitbay.git

#22 deploy keys: no way to grant the scope that already exists open

by cmc at 2026-08-24T03:03:09.398Z · labels: keys roadmap

The policy layer understands deploy:<owner/name>:ro|rw key scopes — but no command can create such a key: keys add only accepts full|git. Close the gap: repo deploy-key add <owner/name> [--rw] < key.pub (repo admin), listed/removed per repo. Small, and unblocks per-repo CI checkout credentials.