Skip to content

Feature: add flexible environment configuration options#67

Merged
MiConnell merged 1 commit intomainfrom
feature/environment-selection
Feb 19, 2026
Merged

Feature: add flexible environment configuration options#67
MiConnell merged 1 commit intomainfrom
feature/environment-selection

Conversation

@MiConnell
Copy link
Copy Markdown
Contributor

This PR adds support for flexible environment configuration:

  • Add "all_environments" keyword to run in all environments
  • Add exclusion syntax with "-" prefix (e.g., "-dev", "-local")
  • Add exclusions-only shorthand (e.g., ["-dev"] = all except dev)
  • Add run_in_all_environments boolean variable (optional - default false)

Closes #66

- Add "all_environments" keyword to run in all environments
- Add exclusion syntax with "-" prefix (e.g., "-dev", "-local")
- Add exclusions-only shorthand (e.g., ["-dev"] = all except dev)
- Add run_in_all_environments boolean variable
- Fix empty array [] incorrectly triggering all environments
- Update README with Environment Configuration section
@MiConnell MiConnell merged commit d5f501e into main Feb 19, 2026
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.

Option to run in "all_environments"

1 participant