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

fvm list <CHANNEL> should list artifact versions in that channel #3876

Closed
digikata opened this issue Feb 23, 2024 · 0 comments · Fixed by #3877
Closed

fvm list <CHANNEL> should list artifact versions in that channel #3876

digikata opened this issue Feb 23, 2024 · 0 comments · Fixed by #3877
Assignees
Labels
enhancement New feature or request feature/fvm

Comments

@digikata
Copy link
Contributor

digikata commented Feb 23, 2024

Current fvm list will list channel/versions of package sets:

$ fvm list
    CHANNEL               VERSION                                             
 ✓  stable                0.11.4                                              
    latest                0.11.5-dev+04967f76d9228a7c343feb90742047080eddf873 

With an option argument provided, the artifact versions should be listed (like they are during install)

$ fvm list stable
Artifacts in channel "stable" version "0.11.4"
fluvio@0.11.4
fluvio-cloud@0.2.17
fluvio-run@0.11.4
cdk@0.11.4
smdk@0.11.4

For ref during install:

$ fvm install stable
info: Downloading (1/5): fluvio@0.11.4
info: Downloading (2/5): fluvio-cloud@0.2.17
info: Downloading (3/5): fluvio-run@0.11.4
info: Downloading (4/5): cdk@0.11.4
info: Downloading (5/5): smdk@0.11.4
done: Installed fluvio version 0.11.4
done: Now using fluvio version 0.11.4
@digikata digikata added enhancement New feature or request feature/fvm labels Feb 23, 2024
@digikata digikata changed the title fvm list <pkgset> should list artifact versions in that package set fvm list <CHANNEL> should list artifact versions in that channel Feb 23, 2024
@EstebanBorai EstebanBorai self-assigned this Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature/fvm
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants