Skip to content

API call to get latest version #7781

Discussion options

You must be logged in to vote

Hi @NothinRandom, thanks for reaching out. I don't believe AWS CLI supports that behavior specifically. However, if you are just interested in being able to get the most recent version with a single cURL command, you could use the changelog (https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) and use cURL to just read the version of the most recent entry in the changelog. That command would look something like curl https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst --range 30-43. Is that close enough to what you're looking for?

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by tim-finnigan
Comment options

You must be logged in to vote
2 replies
@RyanFitzSimmonsAK
Comment options

@NothinRandom
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants