Skip to content

Filter containers via regex#57

Merged
Red5d merged 1 commit into
Red5d:masterfrom
demon:master
Jan 12, 2023
Merged

Filter containers via regex#57
Red5d merged 1 commit into
Red5d:masterfrom
demon:master

Conversation

@demon

@demon demon commented Jan 11, 2023

Copy link
Copy Markdown
Contributor

Allows for dumping a subset of all containers without having to list them all explicitly.

autocompose.py --all --filter "foo-[0-9]*"

Allows for dumping a subset of all containers without having to list them all explicitly.

`autocompose.py --all --filter "foo-[0-9]*"`
@demon

demon commented Jan 11, 2023

Copy link
Copy Markdown
Contributor Author

This accomplishes the same goals as #47, but is slightly more versatile and leaves out the unrelated code cleanups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants