IBMStreams / streamsx.topology

Develop streaming applications for IBM Streams in Python, Java & Scala.
http://ibmstreams.github.io/streamsx.topology
Apache License 2.0
29 stars 43 forks source link

streamsx-streamtool lstoolkits should show the toolkit-ID #2627

Closed ghost closed 3 years ago

ghost commented 3 years ago

When listing toolkits from the buildservice, the toolkit name and version is listed. A toolkit can be listed with same name, but different version.

Name                            Version  RequiredProductVersion
com.ibm.spss.streams.analytics  4.0.0    4.0.0                 
com.ibm.streams.cep             2.1.2    4.2.1.0               
com.ibm.streams.cybersecurity   3.0.0    4.2.1.0               

streamsx-streamtool rmtoolkit allows to delete a toolkit by id, name, or regex. The regex is applied to the toolkit name. There is no way to delete a specific version of a toolkit, if multiple versions exist, as the id is not displayed.