Skip to content

FEATURE: add multi tag support to pups config#38

Open
featheredtoast wants to merge 2 commits into
mainfrom
multi-tag-support
Open

FEATURE: add multi tag support to pups config#38
featheredtoast wants to merge 2 commits into
mainfrom
multi-tag-support

Conversation

@featheredtoast
Copy link
Copy Markdown
Member

add multi tag support to pups config
Support tag arguments to be an array.

Allows for configuration like the following:

run:
  - exec:
    cmd: command
    tag:
      - one_tag
      - two_tag

Running with --tags one_tag, --tags two_tag or --tags one_tag,two_tag will
run the command.

Running with --skip-tags one_tag, --skip-tags two_tag or --skip-tags one_tag,two_tag will skip the command.

Support `tag` arguments to be an array.

Allows for configuration like the following:

```
run:
  - exec:
    cmd: command
    tag:
      - one_tag
      - two_tag
```

Running with `--tags one_tag`, `--tags two_tag` or `--tags one_tag,two_tag` will
run the command.

Running with `--skip-tags one_tag`, `--skip-tags two_tag` or `--skip-tags
one_tag,two_tag` will skip the command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant