Closed
Description
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
- Supported SSL options present in documentation
The full list of missing tt connect
options:
$ 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