-
Notifications
You must be signed in to change notification settings - Fork 489
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
[Merged by Bors] - feat: deprecatefluvio install
#3655
[Merged by Bors] - feat: deprecatefluvio install
#3655
Conversation
This reverts commit f0f4968.
@tjtelan I added a deprecation notice on Do you have any recommendations on a documentation link to point to as part of the warning message? As we release this on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
println!("warning: `fluvio install` is deprecated, use `fvm install` instead."); | ||
println!("Refer to https://www.fluvio.io/docs/get-started/linux/#install-fluvio-cli"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adds deprecation notice and link to install docs.
bors r+ |
Deprecates `fluvio install` to use `fvm install` instead.
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
fluvio install
fluvio install
Deprecates `fluvio install` to use `fvm install` instead.
Deprecates
fluvio install
to usefvm install
instead.