Skip to content

Commit

Permalink
DEV: update readme copy
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Oct 23, 2023
1 parent 9a1c6aa commit 728fff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Running: `pups somefile.yaml` will execute the shell script resulting in a file

#### Filtering run commands by tags

The `--tags` and `skip-tags` argument allows pups to target a subset of commands listed in the somefile.yaml. To use this, you may tag your commands in the rublock. `--tags` will only run commands when commands have a matching tag. `skip-tags` will skip when commands have a matching tag.
The `--tags` and `--skip-tags` argument allows pups to target a subset of commands listed in the somefile.yaml. To use this, you may tag your commands in the rublock. `--tags` will only run commands when commands have a matching tag. `--skip-tags` will skip when commands have a matching tag.

Note, hooks from tagged commands will be present or absent depending on if the tag is filtered out or not as well. A command filtered out by targeting tag will also filter out the command's `before_` and `after_` hooks.

Expand Down

0 comments on commit 728fff0

Please sign in to comment.