dineshba / tf-summarize

A command-line utility to print the summary of the terraform plan
MIT License
527 stars 38 forks source link

Fix asdf installation method #27

Closed tomas-balaz closed 1 year ago

tomas-balaz commented 1 year ago

command asdf plugin install tf-summarize you provided in the docs leads to the error

$  asdf plugin install tf-summarize

Unknown command: `asdf plugin install tf-summarize`
No plugin named plugin

the right command which works is asdf plugin add tf-summarize

please fix it in the README

dineshba commented 1 year ago

Thanks for reporting the issue @tomas-balaz ... Updated the readme.