floodesh-cli
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -32,3 +32,3 @@ | ||
console.log( | ||
` - ${program.host} [${info.sys.hostname}] | ${p.pid} | ${p.name}@${p.version} | ${status}` | ||
` - ${program.host} [${info.sys.hostname}] | ${p.pid} | ${p.name}@${p.version} | ${p.mode} | ${status}` | ||
); | ||
@@ -35,0 +35,0 @@ } |
@@ -35,3 +35,3 @@ | ||
console.log( | ||
`${program.host} [${info.sys.hostname}] : ${info.data.pid}, ${info.data.name}@${info.data.version}, MemUsage: ${usage}%` | ||
`${program.host} [${info.sys.hostname}] : ${info.data.pid}, ${info.data.name}@${info.data.version}, ${info.data.mode}, MemUsage: ${usage}%` | ||
); | ||
@@ -38,0 +38,0 @@ console.log(); |
{ | ||
"name": "floodesh-cli", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "a cli tool for floodesh", | ||
@@ -5,0 +5,0 @@ "bin": "./bin/floodesh", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16084