Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

up: add templated if for operations #531

Open
XaF opened this issue Apr 25, 2024 · 0 comments
Open

up: add templated if for operations #531

XaF opened this issue Apr 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@XaF
Copy link
Owner

XaF commented Apr 25, 2024

This will allow to select which operations to run depending on environment variables, prompts, etc.

This will be particularly useful to conditionally execute steps for local development or CI for instance.

if could be a layered operation, where it takes a "condition" parameter (template) or "condition_command" parameter (if we want to execute a bash script to decide for instance!) and "operations" which would default to a "and" operation for anything specified.

Alternatively, "if" and "if_command" could be added as parameters of any up operation.

@XaF XaF added the enhancement New feature or request label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant