jfrog / jfrog/jfrog-cli-artifactory
How to list release bundles and their distribution status?
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 12
- Forks
- 49
- Avg merge
- 5d 16h
- Merged PRs (30d)
- 13
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked release-bundle REST API and AQL documentation, then review the JFrog CLI distribution documentation to determine the existing command structure. Define how checking a bundle version and its distribution status should fit the CLI, including the expected result and authentication behavior; completion would require an agreed command design and implementation scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100