You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ The binary will be placed automatically in `$GOPATH/bin` which in general is in
75
75
You can read the [generated CLI docs](https://github.com/textileio/powergate/blob/master/cli-docs/pow/pow.md) in this repo, or run `pow` with the `--help` flag to see the available commands:
76
76
77
77
```
78
+
78
79
$ pow --help
79
80
A client for storage and retreival of powergate data
80
81
@@ -83,22 +84,18 @@ Usage:
83
84
84
85
Available Commands:
85
86
asks Provides commands to view asks data
86
-
deal Interactive storage deal
87
-
deals Provides commands to manage storage deals
87
+
faults Provides commands to view faults data
88
88
ffs Provides commands to manage ffs
89
89
health Display the node health status
90
90
help Help about any command
91
-
init Initializes a config file with the provided values or defaults
92
91
miners Provides commands to view miners data
93
92
net Provides commands related to peers and network
94
93
reputation Provides commands to view miner reputation data
95
-
faults Provides commands to view faults data
96
94
wallet Provides commands about filecoin wallets
97
95
98
96
Flags:
99
-
--config string config file (default is $HOME/.powergate.yaml)
100
97
-h, --help help for pow
101
-
--serverAddress string address of the powergate service api (default "/ip4/127.0.0.1/tcp/5002")
98
+
--serverAddress string address of the powergate service api (default "127.0.0.1:5002")
102
99
103
100
Use "pow [command] --help" for more information about a command.
104
101
```
@@ -140,7 +137,7 @@ make build-powd
140
137
You can run the `-h` flag to see the configurable flags:
141
138
```bash
142
139
$ powd -h
143
-
Usage of ./powd:
140
+
Usage of powd:
144
141
--autocreatemasteraddr Automatically creates & funds a master address if none is provided
145
142
--debug Enable debug log level in all loggers.
146
143
--devnet Indicate that will be running on an ephemeral devnet. --repopath will be autocleaned on exit.
0 commit comments