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

workflow - being able to specify some external input #444

Open
hans-d opened this issue Oct 20, 2023 · 0 comments
Open

workflow - being able to specify some external input #444

hans-d opened this issue Oct 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@hans-d
Copy link
Contributor

hans-d commented Oct 20, 2023

Describe the Feature

want to provide some external input to a workflow file. Eg for which terraform action it needs to execute.
Now all is hardcoded, this would allow for using the same code for plan/deploy.

Expected Behavior

like ansible-playbook -e option, including having a default

eg atmos workflow tf/alll -e cmd=deploy and atmos workflow tf/alll (this one defaulting to plan

Use Case

Running workflow manually to see changes, eg for things that are not deployed by spacelift yet but need to be deployed manually. This allows for a first review, before execution. Without having to duplicate all the workflow commands and steps

Describe Ideal Solution

like ansible-playbook -e option, including having a default

Alternatives Considered

duplicate lots of code in the workflow

Additional Context

No response

@osterman osterman added the enhancement New feature or request label Feb 3, 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

2 participants