minamijoyo / tfupdate

Update version constraints in your Terraform configurations
MIT License
556 stars 23 forks source link

Add release list command #16

Closed minamijoyo closed 4 years ago

minamijoyo commented 4 years ago

Add release list command to get a list of available versions.

This is currently useful only for debug, but may also be useful in the future to support semantic version aware updates.

$ go run main.go release list -n 5 hashicorp/terraform
0.12.17
0.12.18
0.12.19
0.12.20
0.12.21