canonical / jhack

Chock-full of Juju hackery.
Apache License 2.0
50 stars 24 forks source link

Vinfo for local charm #107

Closed PietroPasotti closed 1 year ago

PietroPasotti commented 1 year ago

Fixes #106

allows jhack charm vinfo /path/to/charm/repo

sed-i commented 1 year ago

Looks great. I wonder if with zipfile or other you could easily "browse" zip files and offer the same functionality to *.charm files.

PietroPasotti commented 1 year ago

Looks great. I wonder if with zipfile or other you could easily "browse" zip files and offer the same functionality to *.charm files.

Sure, that's an idea, but what are the chances you'll be working with .charm files and not have access to the repo used to generate them?

PietroPasotti commented 1 year ago

Looks great. I wonder if with zipfile or other you could easily "browse" zip files and offer the same functionality to *.charm files.

Feel free to open a new ticket to discuss this further