Hi,
Is there a way to check if a specific version of a release bundle exists using jfrog CLI?
There is a REST API endpoint for this and I think it's possible to do so with AQL request using REST API endpoint for running AQL queries, but I can't find this functionality in CLI documentation.
I'm using jFrog CLI on CI - it's really convenient (handling authentication, easy local reproducibility, etc) - but for checking if a version of a bundle is already created I need to switch to plain old http requests and this looks ugly. Is there a way to make CLI do the job? Maybe there is a plugin that covers this functionality? Or maybe there are plans to add it?
Hi,
Is there a way to check if a specific version of a release bundle exists using jfrog CLI?
There is a REST API endpoint for this and I think it's possible to do so with AQL request using REST API endpoint for running AQL queries, but I can't find this functionality in CLI documentation.
I'm using jFrog CLI on CI - it's really convenient (handling authentication, easy local reproducibility, etc) - but for checking if a version of a bundle is already created I need to switch to plain old http requests and this looks ugly. Is there a way to make CLI do the job? Maybe there is a plugin that covers this functionality? Or maybe there are plans to add it?