DEV: fix readme (#31)

tags and skip tags should go under --ignore details
This commit is contained in:
Jeff Wong 2023-10-24 09:22:05 -07:00 committed by GitHub
parent 5436aec99e
commit 078edb6407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ Usage: pups [options] [FILE|--stdin]
--stdin Read input from stdin.
--quiet Don't print any logs.
--ignore <elements> Ignore specific configuration elements, multiple elements can be provided (comma-delimited).
--tags <elements> Only run tagged commands.
--skip-tags <elements> Run all but listed tagged commands.
Useful if you want to skip over config in a pups execution.
e.g. `--ignore env,params`.
--tags <elements> Only run tagged commands.
--skip-tags <elements> Run all but listed tagged commands.
--gen-docker-run-args Output arguments from the pups configuration for input into a docker run command. All other pups config is ignored.
-h, --help
```