canonical / rockcraft

Tool to create OCI Images using the language from Snapcraft and Charmcraft.
GNU General Public License v3.0
32 stars 41 forks source link

Add `list-plugins` command #553

Open sed-i opened 5 months ago

sed-i commented 5 months ago

What needs to get done

Add a rockcraft list-plugins command, like in snapcraft.

Why it needs to get done

Docs sometimes fall out of date (#513). It would be nice to know at the cli what plugins are supported right then and there.

syncronize-issues-to-jira[bot] commented 5 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-2829.

This message was autogenerated

lengau commented 1 week ago

While I think this would be useful (for all craft applications, really), the current way this works could have the list-plugins command go out of date too.

For a "full" solution we'd need to make a declarative way to select plugins per base, at which point we can also probably do some tests on the documentation to ensure it's up to date.