mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
17 lines
321 B
Markdown
17 lines
321 B
Markdown
# 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`
|