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

Convert --valid-only to --include-invalid on list subcommand #3142

Merged
merged 2 commits into from
May 6, 2023

Conversation

kevin-bates
Copy link
Member

This pull request replaces the elyra-metadata list command's --valid-only option with --include-invalid to make the command more intuitive. With this change, invalid instances are not listed by default. Instead, only valid instances are listed and the user must include option --include-invalid to have invalid instances included in the output.

The tests were updated accordingly.

Resolves: #2562

Signed-off-by: Kevin Bates <kbates4@gmail.com>
@ptitzler ptitzler added component:cli-tools Command line tools impact:breaking change Delivery introduces a change that is not backward compatible labels Apr 3, 2023
@ptitzler ptitzler self-requested a review April 3, 2023 14:11
@ptitzler ptitzler changed the title Covert --valid-only to --include-invalid on list subcommand Convert --valid-only to --include-invalid on list subcommand Apr 3, 2023
Copy link
Member

@ptitzler ptitzler left a comment

Choose a reason for hiding this comment

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

@ptitzler
Copy link
Member

ptitzler commented Apr 3, 2023

I added an entry to the breaking changes section in the release notes draft, which documents the changes and required actions.

Signed-off-by: Kevin Bates <kbates4@gmail.com>
@kevin-bates
Copy link
Member Author

Ah, right, forgot to check the docs. Thanks. Docs have been updated.

Copy link
Member

@ptitzler ptitzler left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

@ptitzler ptitzler added this to the 4.0.0 milestone Apr 3, 2023
@lresende lresende merged commit 2ff6102 into elyra-ai:main May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:cli-tools Command line tools impact:breaking change Delivery introduces a change that is not backward compatible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metadata CLI: Change 'list' command behavior
3 participants