Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`

Expand All @@ -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]`

Expand All @@ -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`

Expand All @@ -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]`

Expand Down Expand Up @@ -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`

Expand All @@ -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]`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down