@constellation-network/node-pilot 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @constellation-network/node-pilot
|
|
20
20
|
$ cpilot COMMAND
|
21
21
|
running command...
|
22
22
|
$ cpilot (--version|-v)
|
23
|
-
@constellation-network/node-pilot/0.0.
|
23
|
+
@constellation-network/node-pilot/0.0.4 darwin-arm64 node-v22.15.0
|
24
24
|
$ cpilot --help [COMMAND]
|
25
25
|
USAGE
|
26
26
|
$ cpilot COMMAND
|
@@ -54,7 +54,7 @@ EXAMPLES
|
|
54
54
|
$ cpilot config
|
55
55
|
```
|
56
56
|
|
57
|
-
_See code: [src/commands/config.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.
|
57
|
+
_See code: [src/commands/config.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.4/src/commands/config.ts)_
|
58
58
|
|
59
59
|
## `cpilot config get [NAME]`
|
60
60
|
|
@@ -78,7 +78,7 @@ EXAMPLES
|
|
78
78
|
$ cpilot config get gl0:CL_PUBLIC_HTTP_PORT
|
79
79
|
```
|
80
80
|
|
81
|
-
_See code: [src/commands/config/get.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.
|
81
|
+
_See code: [src/commands/config/get.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.4/src/commands/config/get.ts)_
|
82
82
|
|
83
83
|
## `cpilot config set NAME VALUE`
|
84
84
|
|
@@ -101,7 +101,7 @@ EXAMPLES
|
|
101
101
|
$ cpilot config set gl0:CL_PUBLIC_HTTP_PORT 9000
|
102
102
|
```
|
103
103
|
|
104
|
-
_See code: [src/commands/config/set.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.
|
104
|
+
_See code: [src/commands/config/set.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.4/src/commands/config/set.ts)_
|
105
105
|
|
106
106
|
## `cpilot help [COMMAND]`
|
107
107
|
|
@@ -138,7 +138,7 @@ EXAMPLES
|
|
138
138
|
$ cpilot info
|
139
139
|
```
|
140
140
|
|
141
|
-
_See code: [src/commands/info.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.
|
141
|
+
_See code: [src/commands/info.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.4/src/commands/info.ts)_
|
142
142
|
|
143
143
|
## `cpilot logs [LAYER]`
|
144
144
|
|
@@ -161,7 +161,7 @@ EXAMPLES
|
|
161
161
|
$ cpilot logs
|
162
162
|
```
|
163
163
|
|
164
|
-
_See code: [src/commands/logs.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.
|
164
|
+
_See code: [src/commands/logs.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.4/src/commands/logs.ts)_
|
165
165
|
|
166
166
|
## `cpilot restart`
|
167
167
|
|
@@ -178,7 +178,7 @@ EXAMPLES
|
|
178
178
|
$ cpilot restart
|
179
179
|
```
|
180
180
|
|
181
|
-
_See code: [src/commands/restart.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.
|
181
|
+
_See code: [src/commands/restart.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.4/src/commands/restart.ts)_
|
182
182
|
|
183
183
|
## `cpilot shutdown`
|
184
184
|
|
@@ -195,7 +195,7 @@ EXAMPLES
|
|
195
195
|
$ cpilot shutdown
|
196
196
|
```
|
197
197
|
|
198
|
-
_See code: [src/commands/shutdown.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.
|
198
|
+
_See code: [src/commands/shutdown.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.4/src/commands/shutdown.ts)_
|
199
199
|
|
200
200
|
## `cpilot status`
|
201
201
|
|
@@ -209,5 +209,5 @@ DESCRIPTION
|
|
209
209
|
Display node status and configuration settings
|
210
210
|
```
|
211
211
|
|
212
|
-
_See code: [src/commands/status.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.
|
212
|
+
_See code: [src/commands/status.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.4/src/commands/status.ts)_
|
213
213
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED