tt CLI (2.7): document `tt aeon connect` command
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Product: tt CLI
Since: tt 2.7.0
Dev ticket:
Root document: https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/
SME: @ AlexandrLitkevich @ oleg-jukovec @ dmyger
https://jira.vk.team/browse/TNTP-507
https://confluence.vk.team/pages/viewpage.action?pageId=1331533258
Details
Implement aeon console connection
Command allow connect to Enterprise Aeon database with specified URL.
Available command options:
sslkeyfile <private_key>- path to private part of certificate.sslcertfile <pub_cert>- path to public part of certificate.sslcafile <ca_file>- path to root CA for self-signed certificate.transport [ssl|plain]- connection mode.
Requested by @dmyger in https://github.com/tarantool/tt/commit/ea54ff6be632967af78e696b9af2b0d59042ebc7.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the tt CLI root document at https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/ and locate the command reference for tt aeon connect. Document the command, its URL argument, and the sslkeyfile, sslcertfile, sslcafile, and transport [ssl|plain] options; done means the new command is covered in the tt CLI documentation.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100