-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-17800] Update peer node command doc
Signed-off-by: Wenjian Qiao <wenjianq@gmail.com>
- Loading branch information
1 parent
2bf53e6
commit 46cdc03
Showing
6 changed files
with
178 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# peer node | ||
|
||
The `peer node` command allows an administrator to start a peer node, | ||
reset all channels in a peer to the genesis block, or rollback a | ||
channel to a given block number. | ||
pause and resume a channel, rebuild databases, reset all channels in a peer to the genesis block, | ||
rollback a channel to a given block number, and upgrade the database format. | ||
|
||
## Syntax | ||
|
||
The `peer node` command has the following subcommands: | ||
|
||
* start | ||
* pause | ||
* rebuild-dbs | ||
* reset | ||
* resume | ||
* rollback | ||
* start | ||
* upgrade-dbs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters