mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 10:44:12 +00:00
22 lines
414 B
Plaintext
22 lines
414 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|