Skip to content

Commit 2cb2ac2

Browse files
authored
[Backport stable-25-3] fix in the naming of the profile path (ydb-platform#29068)
2 parents 32083ba + 9e6578d commit 2cb2ac2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ydb/docs/en/core/reference/ydb-cli/profile/_includes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ A profile is a named set of DB connection parameters stored in a configuration f
2828

2929
## Where profiles are stored {#location}
3030

31-
Profiles are stored locally in a file named `~/ydb/config/config.yaml`.
31+
Profiles are stored locally in a file named `~/.ydb/config/config.yaml`.
3232

3333
{% include [location_overlay.md](location_overlay.md) %}

ydb/docs/en/core/reference/ydbops/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The configuration file for `ydbops` is a YAML-formatted file containing multiple
1313

1414
Default configuration file location follows the same convention as {{ ydb-short-name }} CLI does, it is located in the same folder in `ydbops` subdirectory. For comparison:
1515

16-
- default configuration file for {{ ydb-short-name }} CLI: `$HOME/ydb/config/config.yaml`
17-
- default configuration file for `ydbops` CLI is in same folder, `ydbops` subdirectory: `$HOME/ydb/ydbops/config/config.yaml`
16+
- default configuration file for {{ ydb-short-name }} CLI: `$HOME/.ydb/config/config.yaml`
17+
- default configuration file for `ydbops` CLI, `ydbops` subdirectory: `$HOME/ydb/ydbops/config/config.yaml`
1818

1919
Certain command line options can be written in the configuration file instead of being specified directly in the `ydbops` invocation.
2020

ydb/docs/ru/core/reference/ydb-cli/profile/_includes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
## Где хранятся профили {#location}
3030

31-
Профили хранятся локально в файле `~/ydb/config/config.yaml`.
31+
Профили хранятся локально в файле `~/.ydb/config/config.yaml`.
3232

3333
{% include [location_overlay.md](location_overlay.md) %}
3434

ydb/docs/ru/core/reference/ydbops/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
Расположение файла конфигурации по умолчанию следует той же конвенции, что и {{ ydb-short-name }} CLI, и находится в той же папке в подкаталоге `ydbops`. Для сравнения:
1717

18-
- файл конфигурации по умолчанию для {{ ydb-short-name }} CLI : `$HOME/ydb/config/config.yaml`
18+
- файл конфигурации по умолчанию для {{ ydb-short-name }} CLI : `$HOME/.ydb/config/config.yaml`
1919
- файл конфигурации по умолчанию для CLI `ydbops` находится в той же папке, в подкаталоге `ydbops`: `$HOME/ydb/ydbops/config/config.yaml`
2020

2121
Некоторые параметры командной строки могут быть записаны в файл конфигурации вместо того, чтобы указывать их каждый раз напрямую при вызове `ydbops`.

0 commit comments

Comments
 (0)