kpt icon indicating copy to clipboard operation
kpt copied to clipboard

Add features to kpt live status command

Open chunglu-chou opened this issue 2 years ago • 5 comments

To better support the listing status functionality, the following things are updated:

  1. Add inventory name as an attribute in both event and json output format so users are able to see which inventory the resource comes from.
  2. Support status filtering function on event and json format.
  3. Remove unused functions and constants.

chunglu-chou avatar Jul 08 '22 20:07 chunglu-chou

@karlkfi @mortent will be the best person to review this.

droot avatar Jul 25 '22 19:07 droot

Is this a dupe of https://github.com/GoogleContainerTools/kpt/pull/3345?

karlkfi avatar Jul 25 '22 20:07 karlkfi

@karlkfi No, this one supports all output formats, while #3345 only support table format.

chunglu-chou avatar Jul 25 '22 20:07 chunglu-chou

Is this intended to be merged after #3345 or should we close #3345 as obsolete because this one is more complete?

karlkfi avatar Jul 25 '22 21:07 karlkfi

@karlkfi Yes it is intended to be merged after #3345, the original purpose of these separate PRs is to have less changes in a single PR.

chunglu-chou avatar Jul 25 '22 21:07 chunglu-chou