Skip to content

Commit

Permalink
chore(release): 4.15.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent f943e55 commit 30b094e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [4.15.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v4.14.0...v4.15.0) (2024-04-24)

### Features

- add --no-cache flag to refresh command ([f943e55](https://github.com/mdonnalley/multiple-repo-manager/commit/f943e55b0f2de025e5a19385463caeb2101e09f9))

# [4.14.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v4.13.2...v4.14.0) (2024-03-18)

### Features
Expand Down
55 changes: 30 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ EXAMPLES
$ multi add https://github.com/my-github-org/my-repo
```
_See code: [src/commands/add.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/add.ts)_
_See code: [src/commands/add.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/add.ts)_
## `multi alias KEYVALUE`
Expand Down Expand Up @@ -153,7 +153,7 @@ EXAMPLES
$ multi alias myrepo=
```
_See code: [src/commands/alias.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/alias.ts)_
_See code: [src/commands/alias.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/alias.ts)_
## `multi cd REPO`
Expand All @@ -170,7 +170,7 @@ DESCRIPTION
cd into a repository.
```
_See code: [src/commands/cd.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/cd.ts)_
_See code: [src/commands/cd.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/cd.ts)_
## `multi diff ORG`
Expand All @@ -190,7 +190,7 @@ EXAMPLES
$ multi diff my-github-org
```
_See code: [src/commands/diff.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/diff.ts)_
_See code: [src/commands/diff.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/diff.ts)_
## `multi exec REPO`
Expand Down Expand Up @@ -223,7 +223,7 @@ EXAMPLES
$ multi exec . -- open https://app.circleci.com/pipelines/github/{repo.fullName}
```
_See code: [src/commands/exec.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/exec.ts)_
_See code: [src/commands/exec.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/exec.ts)_
## `multi list`
Expand All @@ -240,16 +240,15 @@ ALIASES
$ multi ls
```
_See code: [src/commands/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/list.ts)_
## `multi open REPO`
Open a repository in github.
```
USAGE
$ multi open REPO [-f <value> | -t
actions|discussions|issues|pulls|pulse|security|settings|wiki]
$ multi open REPO [-f <value> | -t actions|discussions|issues|pulls|pulse|security|settings|wiki]

ARGUMENTS
REPO [default: .] Name of repository.
Expand Down Expand Up @@ -279,7 +278,7 @@ EXAMPLES
$ multi open my-repo --file path/to/my/code.ts
```
_See code: [src/commands/open.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/open.ts)_
_See code: [src/commands/open.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/open.ts)_
## `multi org discussions ORG`
Expand All @@ -306,7 +305,7 @@ EXAMPLES
$ multi org discussions my-github-org --since friday
```
_See code: [src/commands/org/discussions.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/org/discussions.ts)_
_See code: [src/commands/org/discussions.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/org/discussions.ts)_
## `multi org issues ORG`
Expand All @@ -333,19 +332,23 @@ EXAMPLES
$ multi org issues my-github-org --since friday
```
_See code: [src/commands/org/issues.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/org/issues.ts)_
_See code: [src/commands/org/issues.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/org/issues.ts)_
## `multi org list ORGS`
Show all repositories in the org. Requires GH_TOKEN to be set in the environment.
```
USAGE
$ multi org list ORGS...
$ multi org list ORGS... [--no-archived] [--no-private]

ARGUMENTS
ORGS... Github org

FLAGS
--no-archived Do not include archived repositories
--no-private Do not include private repositories

DESCRIPTION
Show all repositories in the org. Requires GH_TOKEN to be set in the environment.

Expand All @@ -356,7 +359,7 @@ EXAMPLES
$ multi org list my-github-org
```
_See code: [src/commands/org/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/org/list.ts)_
_See code: [src/commands/org/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/org/list.ts)_
## `multi org overview ORG`
Expand Down Expand Up @@ -396,7 +399,7 @@ EXAMPLES
$ multi org overview my-github-org --filter "my-repo-*"
```
_See code: [src/commands/org/overview.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/org/overview.ts)_
_See code: [src/commands/org/overview.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/org/overview.ts)_
## `multi org pulls ORG`
Expand Down Expand Up @@ -431,7 +434,7 @@ EXAMPLES
$ multi org pulls my-github-org --since friday
```
_See code: [src/commands/org/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/org/pulls.ts)_
_See code: [src/commands/org/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/org/pulls.ts)_
## `multi pulls`
Expand All @@ -448,27 +451,29 @@ EXAMPLES
$ multi pulls
```
_See code: [src/commands/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/pulls.ts)_
_See code: [src/commands/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/pulls.ts)_
## `multi refresh`
Refresh the list of repositories and corresponding metadata.
```
USAGE
$ multi refresh [-a | -o <value>] [-c <value>] [-d]
$ multi refresh [-a | -o <value>] [-c <value>] [-d] [--no-cache]

FLAGS
-a, --all Refresh all orgs.
-c, --concurrency=<value> Number of concurrent refreshes. Defaults to the number of orgs.
-d, --dry-run Show what would be done without doing it.
-o, --org=<value>... Github org to refresh.
--no-cache Find repos by looking at configured repos directory instead of using the cached repos.json
file.

DESCRIPTION
Refresh the list of repositories and corresponding metadata.
```
_See code: [src/commands/refresh.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/refresh.ts)_
_See code: [src/commands/refresh.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/refresh.ts)_
## `multi remove REPO`
Expand All @@ -488,7 +493,7 @@ ALIASES
$ multi rm
```
_See code: [src/commands/remove.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/remove.ts)_
_See code: [src/commands/remove.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/remove.ts)_
## `multi setup`
Expand All @@ -502,7 +507,7 @@ DESCRIPTION
Setup multi
```
_See code: [src/commands/setup.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/setup.ts)_
_See code: [src/commands/setup.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/setup.ts)_
## `multi task get TASK`
Expand All @@ -519,7 +524,7 @@ DESCRIPTION
Return the value of a task.
```
_See code: [src/commands/task/get.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/task/get.ts)_
_See code: [src/commands/task/get.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/task/get.ts)_
## `multi task set KEYVALUE`
Expand Down Expand Up @@ -558,7 +563,7 @@ EXAMPLES
$ multi task set build --interactive
```
_See code: [src/commands/task/set.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/task/set.ts)_
_See code: [src/commands/task/set.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/task/set.ts)_
## `multi version`
Expand All @@ -572,7 +577,7 @@ DESCRIPTION
Print the version of multi
```
_See code: [src/commands/version.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/version.ts)_
_See code: [src/commands/version.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/version.ts)_
## `multi view REPO`
Expand All @@ -592,7 +597,7 @@ ALIASES
$ multi v
```
_See code: [src/commands/view.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/view.ts)_
_See code: [src/commands/view.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/view.ts)_
## `multi where REPO`
Expand All @@ -612,5 +617,5 @@ DESCRIPTION
Print location of a repository.
```
_See code: [src/commands/where.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.14.0/src/commands/where.ts)_
_See code: [src/commands/where.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.15.0/src/commands/where.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multiple-repo-manager",
"description": "CLI for managing multiple repositories",
"version": "4.14.0",
"version": "4.15.0",
"author": "Mike Donnalley",
"homepage": "https://github.com/mdonnalley/multiple-repo-manager",
"repository": "mdonnalley/multiple-repo-manager",
Expand Down

0 comments on commit 30b094e

Please sign in to comment.