From 914aaae8700df6585470c3a13e1a546113c60101 Mon Sep 17 00:00:00 2001 From: AlexSm Date: Tue, 21 May 2024 17:14:09 +0200 Subject: [PATCH] Update README.md --- ydb/apps/ydb/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ydb/apps/ydb/README.md b/ydb/apps/ydb/README.md index 66da458cc9b7..127713dd4bf9 100644 --- a/ydb/apps/ydb/README.md +++ b/ydb/apps/ydb/README.md @@ -1,6 +1,6 @@ # Yandex Database Command Line Interface -This is the official YDB command line client that works via public API. +This is the official YDB command line client that works via public API. Yes. The structure of commands in YDB CLI is similar to one in YDB API and consists of services (table, scheme, etc.). There is also an additional "tools" section which provides useful utilities for common operations with the database. @@ -9,4 +9,4 @@ There is a couple of options that every call has to be provided with (or it can - endpoint - Endpoint to connect to; - database - Database to work with. -You can use --help option on root or any subcommand for more info. \ No newline at end of file +You can use --help option on root or any subcommand for more info.