Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GH-RULESET(1)		       GitHub CLI manual		 GH-RULESET(1)

NAME
       gh-ruleset - View info about repo rulesets

SYNOPSIS
       gh ruleset <command> [flags]

DESCRIPTION
       Repository  rulesets are	a way to define	a set of rules that apply to a
       repository.  These commands allow you to	view information about them.

AVAILABLE COMMANDS
       gh-ruleset-check(1)
	      View rules that would apply to a given branch

       gh-ruleset-list(1)
	      List rulesets for	a repository or	organization

       gh-ruleset-view(1)
	      View information about a ruleset

OPTIONS
       -R, --repo <[HOST/]OWNER/REPO>
	      Select another repository	using the [HOST/]OWNER/REPO format

ALIASES
       gh rs

EXIT CODES
       0: Successful execution

       1: Error

       2: Command canceled

       4: Authentication required

       NOTE: Specific commands may have	additional exit	codes.	Refer  to  the
       command's help for more information.

EXAMPLE
       $ gh ruleset list
       $ gh ruleset view --repo	OWNER/REPO --web
       $ gh ruleset check branch-name

SEE ALSO
       gh(1)

				   Apr 2025			 GH-RULESET(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gh-ruleset&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help