Skip to content

feat(only-and-omit): pick or exclude actors - #113

Merged
JuanGalilea merged 4 commits into
masterfrom
feat/only-and-omit
Aug 11, 2026
Merged

feat(only-and-omit): pick or exclude actors#113
JuanGalilea merged 4 commits into
masterfrom
feat/only-and-omit

Conversation

@JuanGalilea

Copy link
Copy Markdown
Contributor

added --omit-actors and --only-actors to ignore or focus on certain actors.

Purpose is to enable the 2 step deployment process of POD E.
pod e needs:

  1. deploy everything but the main actor
  2. deploy the main actor

Even if not needed for this case, added both as arrays. So it can be used as:
--omit-actors actor1 actor2 actor3 ...

Also the filtering function asserts all being found on the config. Since there is probably something wrong if your options don't match your config.

This is the most versatile thing i cooked up and then the responsibility of the ordering and such falls on the deployment action workflow. Which in this case would be:

  1. deploy with omit main actor
  2. deploy only main actor

@JuanGalilea
JuanGalilea requested a review from ruocco-l August 11, 2026 07:08
@JuanGalilea JuanGalilea self-assigned this Aug 11, 2026
@JuanGalilea
JuanGalilea merged commit 99506f6 into master Aug 11, 2026
10 checks passed
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.

3 participants