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

Would be nice for --available to include Channel as well in the last column #674

Open
shamsartem opened this issue Nov 23, 2023 · 2 comments
Labels
help wanted Accepting PRs waiting for interest Waiting to see if there is strong community interest

Comments

@shamsartem
Copy link

Currently we have two columns in the output of this flag:

Location and Version

Would be nice to also see Channel there in the las column if it is possible to implement

@folex
Copy link

folex commented Nov 23, 2023

A good example of why this information is important would be npm dist-ls. Here's an example:

% npm dist-tag ls @fluencelabs/cli
kras: 0.12.5-1
latest: 0.12.5-1
stable: 0.12.5-1
stage: 0.13.0
testnet: 0.12.5-1
unstable: 0.13.0

We use tags to manage release channels in both NPM and oclif. And it's super nice to be able to look at the channels layout, ie see what versions are assigned to which channels.

Our current --available output looks like this:

% fluence update -a
 Location                                                                                                   Version
 ────────────────────────────────────────────────────────────────────────────────────────────────────────── ────────
 /Users/folex/.local/share/fluence/client/0.13.0-d481934                                                    0.13.0
 /Users/folex/.local/share/fluence/client/0.12.5-1-26ca3dd                                                  0.12.5
 /Users/folex/.local/share/fluence/client/0.12.5-1-26ca3dd                                                  0.12.5-1
 /Users/folex/.local/share/fluence/client/0.12.4-801bcf4                                                    0.12.4
 https://fcli-binaries.s3.amazonaws.com/versions/0.12.3/049ba1e/fluence-v0.12.3-049ba1e-darwin-arm64.tar.gz 0.12.3
 https://fcli-binaries.s3.amazonaws.com/versions/0.12.2/5bd3563/fluence-v0.12.2-5bd3563-darwin-arm64.tar.gz 0.12.2
 /Users/folex/.local/share/fluence/client/0.12.1-e858ed4                                                    0.12.1
 /Users/folex/.local/share/fluence/client/0.12.0-0fa6fa5                                                    0.12.0
 https://fcli-binaries.s3.amazonaws.com/versions/0.11.5/0e2fe1b/fluence-v0.11.5-0e2fe1b-darwin-arm64.tar.gz 0.11.5
 /Users/folex/.local/share/fluence/client/0.11.4-428a40c                                                    0.11.4
 /Users/folex/.local/share/fluence/client/0.11.3-90efcdb                                                    0.11.3
 /Users/folex/.local/share/fluence/client/0.11.2-b8d6c5b                                                    0.11.2
 /Users/folex/.local/share/fluence/client/0.11.1-a4706c5                                                    0.11.1
 https://fcli-binaries.s3.amazonaws.com/versions/0.11.0/b624ecc/fluence-v0.11.0-b624ecc-darwin-arm64.tar.gz 0.11.0
 https://fcli-binaries.s3.amazonaws.com/versions/0.10.0/fef0b67/fluence-v0.10.0-fef0b67-darwin-arm64.tar.gz 0.10.0
 /Users/folex/.local/share/fluence/client/0.9.1-1e6480e                                                     0.9.1

Would be great to add Channel there.

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale No recent activity. label Mar 23, 2024
@mdonnalley mdonnalley added help wanted Accepting PRs waiting for interest Waiting to see if there is strong community interest and removed stale No recent activity. labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Accepting PRs waiting for interest Waiting to see if there is strong community interest
Projects
None yet
Development

No branches or pull requests

3 participants