It would be nice to list all the modules/providers in the current directory
This would save us from having to ripgrep through the code to see which modules are used in order to see which modules can be updated.
Perhaps something like this
$ tfupdate release latest --current
module xyz 1.3.3
module abc 1.4.0
$ tfupdate release list --current
module xyz 1.3.1
module abc 1.2.1
It would be nice to list all the modules/providers in the current directory
This would save us from having to ripgrep through the code to see which modules are used in order to see which modules can be updated.
Perhaps something like this