HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gh org — Work with GitHub organizations. More information: <https://cli.github.com/manual/gh_org>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
organizationscommandgithubcliwithmoreworkgh org

Problem

How to use the gh org command: Work with GitHub organizations. More information: <https://cli.github.com/manual/gh_org>.

Solution

gh org — Work with GitHub organizations. More information: <https://cli.github.com/manual/gh_org>.

List organizations for the authenticated user:
gh org {{[ls|list]}}


List a certain amount of organizations (defaults to 30):
gh org {{[ls|list]}} {{[-L|--limit]}} {{100}}


Display help:
gh org --help

Code Snippets

List organizations for the authenticated user

gh org {{[ls|list]}}

List a certain amount of organizations (defaults to 30)

gh org {{[ls|list]}} {{[-L|--limit]}} {{100}}

Display help

gh org --help

Context

tldr-pages: common/gh org

Revisions (0)

No revisions yet.