Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Dec 18, 2020
1 parent 8cbdc8b commit 66785f3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 32 deletions.
52 changes: 21 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ multi-repo syncronization & management tool
# Usage
<!-- usage -->
```sh-session
$ npm install -g leif
$ npm install -g @rasphilco/leif
$ leif COMMAND
running command...
$ leif (-v|--version|version)
leif/0.0.0 darwin-x64 node-v12.13.0
@rasphilco/leif/0.1.0 darwin-x64 node-v12.14.1
$ leif --help [COMMAND]
USAGE
$ leif COMMAND
Expand All @@ -30,39 +30,23 @@ USAGE
<!-- usagestop -->
# Commands
<!-- commands -->
* [`leif assert`](#leif-assert)
* [`leif cleanup`](#leif-cleanup)
* [`leif cleanup [SCOPE]`](#leif-cleanup-scope)
* [`leif help [COMMAND]`](#leif-help-command)
* [`leif list`](#leif-list)
* [`leif run YAML`](#leif-run-yaml)

## `leif assert`

apply leif config to repositories

```
USAGE
$ leif assert
OPTIONS
-c, --config=config (required) path to a leif config file
-d, --dry-run see changes without implementing them
```

_See code: [src/commands/assert.ts](https://github.com/RasPhilCo/leif/blob/v0.0.0/src/commands/assert.ts)_

## `leif cleanup`
## `leif cleanup [SCOPE]`

remove managed repos

```
USAGE
$ leif cleanup
$ leif cleanup [SCOPE]
OPTIONS
-c, --config=config (required) path to a leif config file
ARGUMENTS
SCOPE scope of repos to remove
```

_See code: [src/commands/cleanup.ts](https://github.com/RasPhilCo/leif/blob/v0.0.0/src/commands/cleanup.ts)_
_See code: [src/commands/cleanup.ts](https://github.com/RasPhilCo/leif/blob/v0.1.0/src/commands/cleanup.ts)_

## `leif help [COMMAND]`

Expand All @@ -79,19 +63,25 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.1/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_

## `leif list`
## `leif run YAML`

list repository being managed
run leif state workflows

```
USAGE
$ leif list
$ leif run YAML
ARGUMENTS
YAML path to a leif yaml file
OPTIONS
-c, --config=config (required) path to a leif config file
-d, --dry-run view output without committing changes
-f, --dir=dir (required) [default: .] absolute path to directory with supporting files
-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/list.ts](https://github.com/RasPhilCo/leif/blob/v0.0.0/src/commands/list.ts)_
_See code: [src/commands/run.ts](https://github.com/RasPhilCo/leif/blob/v0.1.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.0.0",
"version": "0.1.0",
"author": "RasPhilCo @RasPhilCo",
"bin": {
"leif": "./bin/run"
Expand Down

0 comments on commit 66785f3

Please sign in to comment.