Skip to content

Commit acb6f1b

Browse files
committed
chore(op): add initial op-shutter keyper
1 parent d9d079e commit acb6f1b

File tree

3 files changed

+89
-0
lines changed

3 files changed

+89
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## rolling-shutter optimismkeyper
2+
3+
Run a Shutter optimism keyper node
4+
5+
### Synopsis
6+
7+
This command runs a keyper node. It will connect to both an Optimism and a
8+
Shuttermint node which have to be started separately in advance.
9+
10+
```
11+
rolling-shutter optimismkeyper [flags]
12+
```
13+
14+
### Options
15+
16+
```
17+
--config string config file
18+
-h, --help help for optimismkeyper
19+
```
20+
21+
### Options inherited from parent commands
22+
23+
```
24+
--logformat string set log format, possible values: min, short, long, max (default "long")
25+
--loglevel string set log level, possible values: warn, info, debug (default "info")
26+
--no-color do not write colored logs
27+
```
28+
29+
### SEE ALSO
30+
31+
* [rolling-shutter](rolling-shutter.md) - A collection of commands to run and interact with Rolling Shutter nodes
32+
* [rolling-shutter optimismkeyper generate-config](rolling-shutter_optimismkeyper_generate-config.md) - Generate a 'optimismkeyper' configuration file
33+
* [rolling-shutter optimismkeyper initdb](rolling-shutter_optimismkeyper_initdb.md) - Initialize the database of the 'optimismkeyper'
34+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## rolling-shutter optimismkeyper generate-config
2+
3+
Generate a 'optimismkeyper' configuration file
4+
5+
```
6+
rolling-shutter optimismkeyper generate-config [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for generate-config
13+
--output string output file
14+
```
15+
16+
### Options inherited from parent commands
17+
18+
```
19+
--config string config file
20+
--logformat string set log format, possible values: min, short, long, max (default "long")
21+
--loglevel string set log level, possible values: warn, info, debug (default "info")
22+
--no-color do not write colored logs
23+
```
24+
25+
### SEE ALSO
26+
27+
* [rolling-shutter optimismkeyper](rolling-shutter_optimismkeyper.md) - Run a Shutter optimism keyper node
28+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## rolling-shutter optimismkeyper initdb
2+
3+
Initialize the database of the 'optimismkeyper'
4+
5+
```
6+
rolling-shutter optimismkeyper initdb [flags]
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for initdb
13+
```
14+
15+
### Options inherited from parent commands
16+
17+
```
18+
--config string config file
19+
--logformat string set log format, possible values: min, short, long, max (default "long")
20+
--loglevel string set log level, possible values: warn, info, debug (default "info")
21+
--no-color do not write colored logs
22+
```
23+
24+
### SEE ALSO
25+
26+
* [rolling-shutter optimismkeyper](rolling-shutter_optimismkeyper.md) - Run a Shutter optimism keyper node
27+

0 commit comments

Comments
 (0)