Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record where templates were installed from #1085

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

itowlson
Copy link
Contributor

@itowlson itowlson commented Jan 31, 2023

This adds a spin templates list --verbose flag which adds an "installed from" column to the table:

+-----------------------------------------------------------------------------------------------------------------+
| Name                Description                                          Installed from                         |
+=================================================================================================================+
| http-grain          HTTP request handler using Grain                     /home/ivan/github/spin                 |
| http-js             HTTP request handler using Javascript                https://github.com/fermyon/spin-js-sdk |
| http-php            HTTP request handler using PHP                       /home/ivan/github/spin                 |

If there is no record (as there won't be for templates installed before this patch) then the column is blank; it will get populated on next update.

This will also provide a foundation for a simpler update/sync experience in a future thrilling episode.

Signed-off-by: itowlson ivan.towlson@fermyon.com

Signed-off-by: itowlson <ivan.towlson@fermyon.com>
@itowlson itowlson merged commit b3b1692 into fermyon:main Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants