Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions index.md

This file was deleted.

19 changes: 8 additions & 11 deletions sebak_command.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ permalink: /SEBAK-command/
---
---
# SEBAK command
To install `sebak` command, please check the [installation guide](./sebak_installation.md).

# Options
```sh
Expand Down Expand Up @@ -119,11 +118,8 @@ Flags:
--log string set log file
--log-format string log format, {terminal, json} (default "terminal")
--log-level string log level, {crit, error, warn, info, debug} (default "info")
--log-rotate-max-count string max count of rotated logs (default "0")
--log-rotate-max-days string max days of rotated logs (default "0")
--log-rotate-max-size string max size of rotate log (default "100")
--log-rotate-uncompress disable compression of rotate log
--network-id string network id
--ntp string ntp server for time sync (default "time.bora.net")
--operations-in-ballot-limit string operations limit in a ballot (default "10000")
--operations-limit string operations limit in a transaction (default "1000")
--publish string endpoint url for other nodes
Expand All @@ -138,6 +134,7 @@ Flags:
--sync-pool-size string sync pool size (default "300")
--sync-retry-interval string sync retry interval (default "10s")
--threshold string threshold (default "67")
--time-sync-command string command for syncing local time
--timeout-accept string timeout of the accept state (default "2s")
--timeout-allconfirm string timeout of the allconfirm state (default "30s")
--timeout-init string timeout of the init state (default "2s")
Expand Down Expand Up @@ -198,16 +195,16 @@ Usage:

Flags:
--dry-run Print the transaction instead of sending it
--endpoint string endpoint to send the transaction to (https / memory address)
-h, --help help for unfreezeRequest
--network-id string network id
--verbose Print extra data (transaction sent)
endpoint string endpoint to send the transaction to (https / memory address)
-h, help help for unfreezeRequest
network-id string network id
verbose Print extra data (transaction sent)
```

## `sebak version`

This command for print current version.
```sh
$ sebak version
0.1.X
```
version= git= build=
```
116 changes: 0 additions & 116 deletions tech_how_the_consensus_protocol_works.md

This file was deleted.