Kheeper

kheeper authorizations

Manage repo access permissions

Flags

Flag Description Default
--context Config context to use default

Commands

kheeper authorizations create

Grant a user read or write access to a repo or to an entire org

kheeper authorizations create <org>[/<repo>] --email=<email> --permission=reader|writer

Flags:

Flag Description Default
--email Email of the user to grant access
--permission Permission level: reader or writer

Arguments:

  • target

kheeper authorizations delete

Revoke a user's authorization on an org or repo

kheeper authorizations delete <org>[/<repo>] --email=<email>

Flags:

Flag Description Default
--email Email of the user to revoke

Arguments:

  • target

kheeper authorizations list

List authorizations on an org or repo

kheeper authorizations list <org>[/<repo>]

Flags:

Flag Description Default
--json Output in JSON format

Arguments:

  • target