LoginSignup
0
0

More than 5 years have passed since last update.

hashicorp製品群の最新バージョンの取得

Posted at

https://hashicorp.com/blog/hashicorp-and-fastly.htmlより

curl -fsSL https://releases.hashicorp.com/index.json| jq '.[] | [{key:.name, value:.versions[] | .version}]'|jq 'sort'|jq 'from_entries'

実行結果:

{
  "atlas-upload-cli": "0.2.0"
}
{
  "consul": "0.6.0-rc1"
}
{
  "consul-replicate": "0.2.0"
}
{
  "consul-template": "0.9.0"
}
{
  "envconsul": "0.6.0"
}
{
  "nomad": "0.1.2"
}
{
  "otto": "0.1.2"
}
{
  "packer": "0.8.6"
}
{
  "serf": "0.6.4"
}
{
  "terraform": "0.6.6"
}
{
  "vagrant": "1.7.4"
}
{
  "vault": "0.3.1"
}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0