fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
28 stars 16 forks source link

feat: Add `fcli ssc appversion-groupset` command and add group by mixin ... #433

Closed MikeTheSnowman closed 9 months ago

MikeTheSnowman commented 10 months ago

Add fcli ssc appversion-groupset command, add group by mixin, and updated fcli ssc issue count command to use mixin (see #432)

MikeTheSnowman commented 10 months ago

@rsenden , I've manually tested this and appears to work. One thing I'd like your opinion on though is with the name that I chose for this entity. I'm unsure if groupset is the best term to use. To get this info, the REST API you'd use is issue-selector-set-of-project-version-controller, and the attribute that we care about being returned from that API call is called groupBySet.

I'm also in the process of creating the spock test for fcli ssc appversion-groupset list and fcli ssc appversion-groupset get, but I need some guidance on how to run the test locally on my system.

MikeTheSnowman commented 10 months ago

@rsenden, sorry for the delay. I've made a update to hide this entity command.