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

cmd/operator-sdk: run and cleanup commands #2441

Merged
merged 13 commits into from
Jan 21, 2020

Conversation

estroz
Copy link
Member

@estroz estroz commented Jan 20, 2020

Description of the change:

  • cmd/operator-sdk: run local is now run --local, alpha run --olm is now run --olm, and alpha cleanup --olm is now cleanup --olm.
  • doc/cli: regenerate cli

Motivation for the change: unconnected commands were doing similar things, so they should be unified under one command.

@estroz estroz added refactoring olm-integration Issue relates to the OLM integration labels Jan 20, 2020
@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 20, 2020
@openshift-ci-robot openshift-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 20, 2020
@estroz estroz changed the title cmd/operator-sdk: unify run-like commands under run command cmd/operator-sdk: unify run-like/cleanup-like commands under run/cleanup Jan 20, 2020
Copy link
Member

@joelanford joelanford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after addressing comments.

cmd/operator-sdk/exec-entrypoint/cmd.go Outdated Show resolved Hide resolved
cmd/operator-sdk/run/cmd.go Show resolved Hide resolved
@estroz estroz changed the title cmd/operator-sdk: unify run-like/cleanup-like commands under run/cleanup cmd/operator-sdk: run and cleanup commands Jan 21, 2020
@estroz estroz merged commit b24e4d3 into operator-framework:master Jan 21, 2020
@estroz estroz deleted the refactor/run-cli branch January 21, 2020 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
olm-integration Issue relates to the OLM integration size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants