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

[CLI] Support to fetch, download, switch different fuse-query and fuse-store version #1296

Closed
ZhiHanZ opened this issue Aug 5, 2021 · 2 comments
Assignees
Labels
C-feature Category: feature

Comments

@ZhiHanZ
Copy link
Collaborator

ZhiHanZ commented Aug 5, 2021

Summary
API:
fusecli fetch --version v0.4.33-nightly
download given fuse-query or fuse-store version in release
fusecli fetch
download the latest fuse-query or fuse-store version
fusecli list
will show all fetched version, and annotate on version which is used now
fusecli switch --version v0.4.33-nightly
switch the version people want

@ZhiHanZ ZhiHanZ added the C-feature Category: feature label Aug 5, 2021
@ZhiHanZ ZhiHanZ self-assigned this Aug 5, 2021
@BohuTANG BohuTANG changed the title [Cli] Support to fetch, download, switch different fuse-query and fuse-store version [CLI] Support to fetch, download, switch different fuse-query and fuse-store version Aug 5, 2021
@BohuTANG
Copy link
Member

BohuTANG commented Aug 5, 2021

There already an issue for tracking it:#938

And CLI designed including two parts:

  1. main command
  2. sub command

For example:

 datafuse-cli package fetch [flags]

main command: package
sub command: fetch

It seems more make sense.

@BohuTANG
Copy link
Member

BohuTANG commented Aug 6, 2021

Duplicated with #938

@BohuTANG BohuTANG closed this as completed Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

2 participants