fortify / fcli

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

`fcli ssc appversion copy-state`: have the command return the artifact information, to allow easy wait-for follow up #475

Open gendry-gh opened 10 months ago

gendry-gh commented 10 months ago

Currently the command uses the copyCurrentState endpoint from the API, which returns a response 200.

To check if this can be splitted into downloadCurrentState and uploadArtifact (without loosing improvement brought by version 23.2 regarding the issue foundDate)