knope
knope copied to clipboard
feat: Add confirm step type
Closes #953
Provides functionality to allow prompts with confirmation before proceeding with the remainder of the workflow.
Dry-run functionality will simply print a message saying that it will prompt the users with the message provided in the knope.toml configuration.
- [ ] Refactor
confirmfunction to make testing easier - [ ] Add unit tests
- [x] Add documentation for
confirmstep type - [x] Add auto-confirmation functionality (
-yin the CLI) - [x] Add documentation for
-yflag
Deploy Preview for knope canceled.
| Name | Link |
|---|---|
| Latest commit | 245408fbe38b6b73626f6f73e8d4066bf723245d |
| Latest deploy log | https://app.netlify.com/sites/knope/deploys/663a8e01efa2690008b534e0 |
@dbanty Would it be wise to wait until #920 is merged until adding any unit tests into this one? The core functionality is there, just tests currently missing
#920 might be in limbo for a little bitβit's powering a new feature for the GitHub bot, but I don't have time to finish the feature for a few weeks π.