We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Product: tt CLI Since: 1.0.0 Audience/target: all Root document: https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/connect/ SME: @ psergee
Sence version 1.0.0 tt CLI support SSL options for tt connect command. But this is not mentioned in documentation for this command
The full list of missing tt connect options:
tt connect
$ tt connect --help -i, --interactive enter interactive mode after executing 'FILE' -l, --language string language: lua or sql -x, --outputformat string output format: yaml, lua, table or ttable (default "yaml") --sslcafile string path to a trusted certificate authorities (CA) file --sslcertfile string path to an SSL certificate file --sslciphers string colon-separated (:) list of SSL cipher suites the connection --sslkeyfile string path to a private SSL key file
The text was updated successfully, but these errors were encountered:
tt connect localhost:3012 --sslkeyfile /path/to/localhost.key --sslcertfile /path/to/localhost.crt --sslcafile /path/to/ca.crt
Sorry, something went wrong.
9cb1798
p7nov
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Product: tt CLI
Since: 1.0.0
Audience/target: all
Root document: https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/connect/
SME: @ psergee
Details
Sence version 1.0.0 tt CLI support SSL options for tt connect command.
But this is not mentioned in documentation for this command
Definition of done
The full list of missing
tt connect
options:The text was updated successfully, but these errors were encountered: