-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add clean-deploy
and reset-deploy
commands
#304
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about a test?
We don't have tests for the |
reprocess
commandclean-deploy
and reset-deploy
commands
clean( | ||
pipeline_base_dir, | ||
pipeline_path, | ||
components_module, | ||
defaults, | ||
config, | ||
steps, | ||
dry_run, | ||
verbose, | ||
) | ||
|
||
deploy( | ||
pipeline_base_dir, | ||
pipeline_path, | ||
components_module, | ||
defaults, | ||
config, | ||
steps, | ||
dry_run, | ||
verbose, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
equivalent of running kpops clean && kpops deploy
?
Closing PR because this can now be achieved through #306 and doesn't need to be natively build in KPOps |
Fixes #303