From 07ecc2ab0468f05ebcd927e080f24539a6c4b9c7 Mon Sep 17 00:00:00 2001 From: Philipe Navarro Date: Fri, 14 May 2021 09:24:47 -0700 Subject: [PATCH] v0.11.0 --- README.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d65ede..bb8270c 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ $ npm install -g @rasphilco/leif $ leif COMMAND running command... $ leif (-v|--version|version) -@rasphilco/leif/0.10.0 darwin-x64 node-v12.14.1 +@rasphilco/leif/0.11.0 darwin-x64 node-v12.14.1 $ leif --help [COMMAND] USAGE $ leif COMMAND @@ -131,7 +131,7 @@ OPTIONS -a, --all remove all orgs ``` -_See code: [src/commands/cleanup.ts](https://github.com/RasPhilCo/leif/blob/v0.10.0/src/commands/cleanup.ts)_ +_See code: [src/commands/cleanup.ts](https://github.com/RasPhilCo/leif/blob/v0.11.0/src/commands/cleanup.ts)_ ## `leif help [COMMAND]` @@ -164,9 +164,10 @@ ARGUMENTS OPTIONS -d, --dry-run view output without committing changes -f, --dir=dir (required) [default: .] absolute path to directory with supporting files + -r, --repo=repo run only on given repo(s) -s, --sequence=sequence run a specific sequence in a workflow -w, --workflow=workflow run a specific workflow instead of all workflows ``` -_See code: [src/commands/run.ts](https://github.com/RasPhilCo/leif/blob/v0.10.0/src/commands/run.ts)_ +_See code: [src/commands/run.ts](https://github.com/RasPhilCo/leif/blob/v0.11.0/src/commands/run.ts)_ diff --git a/package.json b/package.json index 8cbd6a9..8d89517 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rasphilco/leif", "description": "multi-repo syncronization & management tool", - "version": "0.10.0", + "version": "0.11.0", "author": "RasPhilCo @RasPhilCo", "bin": { "leif": "./bin/run"