Forrest logo
back to context overview

protector

List of commands for protector:

  • protector:tldr:03092 protector: Free branches of a GitHub repository (delete branch protection rules).
    $ protector -free ${branches_regex} -repos ${organization-repository}
    try on your machine
    explain this command
  • protector:tldr:6df72 protector: Protect branches of a GitHub repository (create branch protection rules).
    $ protector ${branches_regex} -repos ${organization-repository}
    try on your machine
    explain this command
  • protector:tldr:9385e protector: Use the dry run to see what would be protected (can also be used for freeing).
    $ protector -dry-run ${branches_regex} -repos ${organization-repository}
    try on your machine
    explain this command
back to context overview