![]() |
![]()
| ![]() |
![]()
NAMEgh-repo-edit - Edit repository settings SYNOPSISgh repo edit [<repository>] [flags] DESCRIPTIONEdit repository settings. To toggle a setting off, use the --<flag>=false syntax. Changing repository visibility can have unexpected consequences including but not limited to:
When the --visibility flag is used, --accept-visibility-change-consequences flag is required. For information on all the potential consequences, see ⟨https://gh.io/setting-repository-visibility⟩. OPTIONS
EXIT CODES0: 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# Enable issues and wiki $ gh repo edit --enable-issues --enable-wiki # Disable projects $ gh repo edit --enable-projects=false SEE ALSOgh-repo(1)
|