From c6631467135129b20c3ebd700acac61152e1b289 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Aug 2021 01:56:03 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v1.2.0...v1.3.0) (2021-08-25) ### Bug Fixes * await promise ([0d5183a](https://github.com/mdonnalley/multiple-repo-manager/commit/0d5183a23f454516f877ee01a78183ab8d7cc99a)) ### Features * rename to multi ([20d11d8](https://github.com/mdonnalley/multiple-repo-manager/commit/20d11d8e61fc68641df62e5866c39f74db0b8a65)) --- CHANGELOG.md | 12 +++ README.md | 266 --------------------------------------------------- package.json | 2 +- 3 files changed, 13 insertions(+), 267 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b057e8dc..855bec6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.3.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v1.2.0...v1.3.0) (2021-08-25) + + +### Bug Fixes + +* await promise ([0d5183a](https://github.com/mdonnalley/multiple-repo-manager/commit/0d5183a23f454516f877ee01a78183ab8d7cc99a)) + + +### Features + +* rename to multi ([20d11d8](https://github.com/mdonnalley/multiple-repo-manager/commit/20d11d8e61fc68641df62e5866c39f74db0b8a65)) + # [1.2.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v1.1.1...v1.2.0) (2021-08-25) diff --git a/README.md b/README.md index fa782495..fd8035bd 100644 --- a/README.md +++ b/README.md @@ -50,271 +50,5 @@ multi add my-github-org/my-repo # Commands -* [`multi add ENTITY`](#multi-add-entity) -* [`multi alias KEYVALUE`](#multi-alias-keyvalue) -* [`multi alias resolve ALIAS`](#multi-alias-resolve-alias) -* [`multi cd REPO`](#multi-cd-repo) -* [`multi exec REPO`](#multi-exec-repo) -* [`multi list`](#multi-list) -* [`multi open REPO`](#multi-open-repo) -* [`multi remove REPO`](#multi-remove-repo) -* [`multi setup`](#multi-setup) -* [`multi view REPO`](#multi-view-repo) -* [`multi where REPO`](#multi-where-repo) -## `multi add ENTITY` - -Add a github org or repo. Requires GH_TOKEN to be set in the environment. - -``` -USAGE - $ multi add [ENTITY] [--method ssh|https] - -ARGUMENTS - ENTITY Github org, repo, or url to add - -FLAGS - --method=