diff --git a/README.md b/README.md index fb7d5ca..e4717aa 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,8 @@ done-with-branch: | * [`multi diff ORG`](#multi-diff-org) * [`multi exec REPO`](#multi-exec-repo) * [`multi list`](#multi-list) +* [`multi list org ORG`](#multi-list-org-org) * [`multi open REPO`](#multi-open-repo) -* [`multi org issues ORG`](#multi-org-issues-org) -* [`multi org list ORGS`](#multi-org-list-orgs) -* [`multi org pulls ORG`](#multi-org-pulls-org) * [`multi pulls`](#multi-pulls) * [`multi refresh`](#multi-refresh) * [`multi remove REPO`](#multi-remove-repo) @@ -236,6 +234,26 @@ ALIASES _See code: [src/commands/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.3.3/src/commands/list.ts)_ +## `multi list org ORG` + +Show all repositories in the org. Requires GH_TOKEN to be set in the environment. + +``` +USAGE + $ multi list org ORG + +ARGUMENTS + ORG Github org + +DESCRIPTION + Show all repositories in the org. Requires GH_TOKEN to be set in the environment. + +EXAMPLES + $ multi list org my-github-org +``` + +_See code: [src/commands/list/org.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.3.3/src/commands/list/org.ts)_ + ## `multi open REPO` Open a repository in github. @@ -274,101 +292,16 @@ EXAMPLES _See code: [src/commands/open.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.3.3/src/commands/open.ts)_ -## `multi org issues ORG` - -List all issues in the org. Requires GH_TOKEN to be set in the environment. - -``` -USAGE - $ multi org issues ORG -s [-b created|repo|author|updated] - -ARGUMENTS - ORG Github org - -FLAGS - -b, --sort-by=