Skip to content

Support listing all modules/providers in the current directory #46

@nitrocode

Description

@nitrocode

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions