Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
docs
Commits
e8de159f
Commit
e8de159f
authored
2 years ago
by
Alexander Tolstoy
Browse files
Options
Downloads
Patches
Plain Diff
docs: update code blocks in cli.md
parent
d3345dfb
No related branches found
No related tags found
1 merge request
!64
docs: update code blocks in cli.md
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/cli.md
+5
-5
5 additions, 5 deletions
docs/cli.md
with
5 additions
and
5 deletions
docs/cli.md
+
5
−
5
View file @
e8de159f
...
...
@@ -3,7 +3,7 @@ Picodata является консольным приложением, кото
Полный список аргументов доступен с помощью следующей команды:
```
bash
```
picodata <command> [<params>]
```
## Описание команды `run`
...
...
@@ -83,7 +83,7 @@ Picodata (но не установленного обычного Tarantool, е
Полный формат:
```
bash
```
picodata expel --instance-id <instance-id> [--cluster-id <cluster-id>] [--peer <peer>]
```
...
...
@@ -121,7 +121,7 @@ picodata expel --instance-id <instance-id> [--cluster-id <cluster-id>] [--peer <
инстанса утрачены, сам инстанс неработоспособен. Какой-то из
оставшихся инстансов доступен по адресу
`192.168.104.55:3301`
.
```
bash
```
picodata expel --instance-id i4 --peer 192.168.104.9:3301
```
...
...
@@ -130,7 +130,7 @@ picodata expel --instance-id <instance-id> [--cluster-id <cluster-id>] [--peer <
инстанс нельзя, так как оставшиеся 2 узла кластера не смогут создать
стабильный кворум. Поэтому сначала в сеть добавляется дополнительный сервер:
```
bash
```
picodata run --instance-id i4 --peer 192.168.104.1 --cluster-id mycluster
```
...
...
@@ -139,7 +139,7 @@ picodata expel --instance-id <instance-id> [--cluster-id <cluster-id>] [--peer <
предварительно отключить. После этого c любого из уже работающих
серверов кластера исключается инстанс i3:
```
bash
```
picodata expel --instance-id i3 --cluster-id mycluster
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment