Skip to content

Commit

Permalink
docs(readme): updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed May 11, 2019
1 parent 9d4cb4f commit 771746c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Usage:
Raises kpo tasks to package.json
Options:
--purge Purge all non-kpo scripts
--confirm Prompt for changes confirmation before performing a write operation
--dry Dry run
--fail Fails if there are any changes to be made on dry mode, or if the user cancels the action when confirmation is required
Expand Down Expand Up @@ -140,3 +141,22 @@ Options:
Examples:
$ kpo :parallel -n foo,baz -c blue,magenta "foo --bar" "baz --foobar"
```

### `kpo :stream`

```
Usage:
$ kpo :stream [options] [commands]
Streams kpo commands for children projects
Options:
--include <values> Include children by name, comma separated
--exclude <values> Exclude children by name, comma separated
--parallel Execute streaming in parallel
--force Continue execution even if some process fails
-h, --help Show help
Examples:
$ kpo :stream :cmd foo --bar --baz
```

0 comments on commit 771746c

Please sign in to comment.