From 78fbb3dbb4caeffebfc46a06b7b1e121bf3ff7bc Mon Sep 17 00:00:00 2001 From: Leon Yang Date: Mon, 5 Dec 2022 10:37:39 +0800 Subject: [PATCH] add roadmap (#39) --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 7e212608..9b068e1d 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,16 @@ ticloud cluster create Please check the CLI help for more information. Documentation page is on the way. + +## Roadmap + +There are many features we want to add to the CLI. +- CLI supports auth login. +- CLI supports connecting to the TiDB Cloud cluster. +- CLI supports generating connect-string for multiple frameworks and MySQL clients. +- CLI supports generating demo code for using TiDB Cloud cluster. +- CLI supports creating the dedicated cluster(on condition that dedicated support flavor). +- CLI supports import data to TiDB Cloud cluster. +- CLI supports backing up and restoring the TiDB Cloud cluster. +- CLI supports telemetry. +- Migrate the CLI archives to TiUP mirrors.