Skip to main content Link Menu Expand (external link) Document Search Copy Copied

pls get my orgs


Aliases: o,org,organization,organizations

TL;DR: interact with your github organizations

Description

pls will fetch your organizations and sort them into a friendly GUI dropdown from which you can select the org you want to do something with. currently, pls supports:

  • viewing an organizations repositories (which in turn supports all functionality available in pls get my repos)
  • opening the organization page in the user’s default browser

Usage:

Examples

pls get my orgs

Local Flags

  -h, --help   help for orgs

Inherited Flags

      --all             search all of github
  -a, --approved        [PR] fetch only PRs that have been approved
      --assigned        [PR|ISSUE] fetch only PRs or issues assigned to you
  -x, --changesneeded   [PR] fetch only PRs where changes have been requested
  -c, --closed          [PR|ISSUE] fetch only closed prs or issues
  -b, --current         [PR] fetch the PR, if one exists, for your current working branch
  -d, --draft           [PR] fetch only draft PRs
  -l, --locked          [PR|ISSUE] fetch only locked PRs or issues
      --mention         [PR|ISSUE] fetch only PRs or issues where i've been mentioned
  -m, --merged          [PR] fetch only PRs that have been merged
  -p, --pending         [PR] get only PRs that are pending approval
  -V, --verbose         verbose output
      --viper           use viper for configuration (default true)
  -w, --work            [ALL] fetch resources via your github enterprise account