Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed May 14, 2021
1 parent a31dcb1 commit 07ecc2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]`
Expand Down Expand Up @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 07ecc2a

Please sign in to comment.