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

PSR Step - "Break Glass Option" #131

Open
BillBensing opened this issue Mar 31, 2021 · 0 comments
Open

PSR Step - "Break Glass Option" #131

BillBensing opened this issue Mar 31, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BillBensing
Copy link
Member

BillBensing commented Mar 31, 2021

An implementer which can run a bash script or single command.

Rationale: Sometimes when you're prototyping you just want to run that CLI command instead of implementing a step implementer right away.

Success Criteria:

When I put something like this in psr.yaml:

  uat:
  - implementer: ploigos_step_runner.step_implementers.shared.ad_hoc.AdHoc
    config:
      command: run-acceptance-tests.sh

And I run

psr -c psr.yaml -s uat

Then PSR should execute run-acceptance-tests.sh

Notes:

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