-
Notifications
You must be signed in to change notification settings - Fork 487
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: deprecate fluvio install
in place of fvm
#3647
[Merged by Bors] - feat: deprecate fluvio install
in place of fvm
#3647
Conversation
fluvio install
fluvio install
in placo of fvm
fluvio install
in placo of fvm
fluvio install
in place of fvm
Awesome! Please update the CLI section for |
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
bors r+ |
Removes `fluvio install` to stick with `fvm` solution. ## Example ``` Fluvio Command Line Interface fluvio-cli [OPTIONS] <COMMAND> Commands: consume Read messages from a topic/partition produce Write messages to a topic/partition topic Manage and view Topics partition Manage and view Partitions smartmodule Create and manage SmartModules [aliases: sm] table-format Create a TableFormat display specification [aliases: tf] hub Work with the SmartModule Hub profile Manage Profiles, which describe linked clusters cluster Install or uninstall Fluvio cluster version Print Fluvio version information completions Generate command-line completions for Fluvio Options: -c, --cluster <host:port> Address of cluster --tls Enable TLS --enable-client-cert TLS: use client cert --domain <DOMAIN> Required if client cert is used --ca-cert <CA_CERT> Path to TLS ca cert, required when client cert is enabled --client-cert <CLIENT_CERT> Path to TLS client certificate --client-key <CLIENT_KEY> Path to TLS client private key -P, --profile <profile> -h, --help Print help ```
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
in place of fvm
fluvio install
in place of fvm
Removes `fluvio install` to stick with `fvm` solution. ## Example ``` Fluvio Command Line Interface fluvio-cli [OPTIONS] <COMMAND> Commands: consume Read messages from a topic/partition produce Write messages to a topic/partition topic Manage and view Topics partition Manage and view Partitions smartmodule Create and manage SmartModules [aliases: sm] table-format Create a TableFormat display specification [aliases: tf] hub Work with the SmartModule Hub profile Manage Profiles, which describe linked clusters cluster Install or uninstall Fluvio cluster version Print Fluvio version information completions Generate command-line completions for Fluvio Options: -c, --cluster <host:port> Address of cluster --tls Enable TLS --enable-client-cert TLS: use client cert --domain <DOMAIN> Required if client cert is used --ca-cert <CA_CERT> Path to TLS ca cert, required when client cert is enabled --client-cert <CLIENT_CERT> Path to TLS client certificate --client-key <CLIENT_KEY> Path to TLS client private key -P, --profile <profile> -h, --help Print help ```
Removes
fluvio install
to stick withfvm
solution.Example