@constellation-network/node-pilot 0.0.1 → 0.0.2

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 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.1 darwin-arm64 node-v22.15.0
23
+ @constellation-network/node-pilot/0.0.2 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.1/src/commands/config.ts)_
57
+ _See code: [src/commands/config.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.2/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.1/src/commands/config/get.ts)_
81
+ _See code: [src/commands/config/get.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.2/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.1/src/commands/config/set.ts)_
104
+ _See code: [src/commands/config/set.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.2/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.1/src/commands/info.ts)_
141
+ _See code: [src/commands/info.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.2/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.1/src/commands/logs.ts)_
164
+ _See code: [src/commands/logs.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.2/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.1/src/commands/restart.ts)_
181
+ _See code: [src/commands/restart.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.2/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.1/src/commands/shutdown.ts)_
198
+ _See code: [src/commands/shutdown.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.2/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.1/src/commands/status.ts)_
212
+ _See code: [src/commands/status.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.0.2/src/commands/status.ts)_
213
213
  <!-- commandsstop -->
@@ -237,5 +237,5 @@
237
237
  ]
238
238
  }
239
239
  },
240
- "version": "0.0.1"
240
+ "version": "0.0.2"
241
241
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@constellation-network/node-pilot",
3
3
  "description": "An easy deployment and monitoring tool for Constellation nodes.",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "author": "Frank Fox",
6
6
  "bin": {
7
7
  "cpilot": "bin/run.js"