diff --git a/README.md b/README.md index 6e40f7d..66cdf1f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ npm install -g @constellation-network/node-pilot $ cpilot COMMAND running command... $ cpilot (--version|-v) -@constellation-network/node-pilot/0.24.0 darwin-arm64 node-v22.15.0 +@constellation-network/node-pilot/0.25.1 darwin-arm64 node-v22.15.0 $ cpilot --help [COMMAND] USAGE $ cpilot COMMAND @@ -72,7 +72,7 @@ EXAMPLES $ cpilot clean ``` -_See code: [src/commands/clean.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/clean.ts)_ +_See code: [src/commands/clean.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/clean.ts)_ ## `cpilot config` @@ -89,7 +89,7 @@ EXAMPLES $ cpilot config ``` -_See code: [src/commands/config.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/config.ts)_ +_See code: [src/commands/config.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/config.ts)_ ## `cpilot config get [NAME]` @@ -113,7 +113,7 @@ EXAMPLES $ cpilot config get gl0:CL_PUBLIC_HTTP_PORT ``` -_See code: [src/commands/config/get.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/config/get.ts)_ ## `cpilot config set NAME VALUE` @@ -136,7 +136,7 @@ EXAMPLES $ cpilot config set gl0:CL_PUBLIC_HTTP_PORT 9000 ``` -_See code: [src/commands/config/set.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/config/set.ts)_ ## `cpilot help [COMMAND]` @@ -173,7 +173,7 @@ EXAMPLES $ cpilot info ``` -_See code: [src/commands/info.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/info.ts)_ +_See code: [src/commands/info.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/info.ts)_ ## `cpilot logs LAYER` @@ -199,7 +199,7 @@ EXAMPLES $ cpilot logs ``` -_See code: [src/commands/logs.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/logs.ts)_ ## `cpilot restart [LAYER]` @@ -223,7 +223,7 @@ EXAMPLES $ cpilot restart ``` -_See code: [src/commands/restart.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/restart.ts)_ +_See code: [src/commands/restart.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/restart.ts)_ ## `cpilot shutdown` @@ -240,7 +240,7 @@ EXAMPLES $ cpilot shutdown ``` -_See code: [src/commands/shutdown.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/shutdown.ts)_ +_See code: [src/commands/shutdown.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/shutdown.ts)_ ## `cpilot status` @@ -254,7 +254,7 @@ DESCRIPTION Display node status and configuration settings ``` -_See code: [src/commands/status.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/status.ts)_ ## `cpilot uninstall` @@ -271,5 +271,5 @@ EXAMPLES $ cpilot uninstall ``` -_See code: [src/commands/uninstall.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.24.0/src/commands/uninstall.ts)_ +_See code: [src/commands/uninstall.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.25.1/src/commands/uninstall.ts)_ diff --git a/package.json b/package.json index 266b220..a3942ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@constellation-network/node-pilot", "description": "An easy deployment and monitoring tool for Constellation nodes.", - "version": "0.24.0", + "version": "0.25.1", "author": "Frank Fox", "bin": { "cpilot": "bin/run.js"