Socket
Socket
Sign inDemoInstall

kourou

Package Overview
Dependencies
126
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

16

lib/commands/instance/spawn.js

@@ -41,6 +41,6 @@ "use strict";

'up',
'-d',
'-d'
]);
cli_ux_1.default.action.start(` ${node_emoji_1.default.get('rocket')} Kuzzle version ${flags.version} is launching`, undefined, {
stdout: true,
stdout: true
});

@@ -93,3 +93,3 @@ doco.on('close', docoCode => {

}
},
}
},

@@ -102,3 +102,3 @@ {

'-n',
'vm.max_map_count',
'vm.max_map_count'
]);

@@ -116,4 +116,4 @@ if (sysctl.exitCode !== 0) {

}
},
},
}
}
]);

@@ -179,4 +179,4 @@ try {

description: 'Core-version of the instance to spawn',
default: '2',
}),
default: '2'
})
};

@@ -1,1 +0,1 @@

{"version":"0.1.1","commands":{"instance:spawn":{"id":"instance:spawn","description":"Spawn a new Kuzzle instance","pluginName":"kourou","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"version":{"name":"version","type":"option","char":"v","description":"Core-version of the instance to spawn","default":"2"}},"args":[]}}}
{"version":"0.1.2","commands":{"instance:spawn":{"id":"instance:spawn","description":"Spawn a new Kuzzle instance","pluginName":"kourou","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"version":{"name":"version","type":"option","char":"v","description":"Core-version of the instance to spawn","default":"2"}},"args":[]}}}
{
"name": "kourou",
"description": "The CLI that helps you manage your Kuzzle instances",
"version": "0.1.1",
"version": "0.1.2",
"author": "Luca Marchesini @xbill82",

@@ -13,4 +13,5 @@ "bin": {

"@oclif/config": "^1.13.3",
"@oclif/plugin-help": "^2.2.2",
"@oclif/plugin-help": "^2.2.3",
"chalk": "^3.0.0",
"cli-ux": "^5.4.1",
"compare-version": "^0.1.2",

@@ -29,3 +30,3 @@ "execa": "^3.4.0",

"@types/mocha": "^5.2.7",
"@types/node": "^10.17.9",
"@types/node": "^10.17.13",
"@types/node-emoji": "^1.8.1",

@@ -41,3 +42,3 @@ "chai": "^4.2.0",

"ts-node": "^8.5.4",
"typescript": "^3.7.3"
"typescript": "^3.7.4"
},

@@ -44,0 +45,0 @@ "engines": {

@@ -14,2 +14,3 @@ # kourou

* [Commands](#commands)
* [Where does this weird name comes from?](#where-does-this-weird-name-comes-from)
<!-- tocstop -->

@@ -25,3 +26,3 @@

$ kourou (-v|--version|version)
kourou/0.1.1 linux-x64 node-v10.12.0
kourou/0.1.2 linux-x64 node-v10.12.0
$ kourou --help [COMMAND]

@@ -55,3 +56,3 @@ USAGE

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.2/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_

@@ -71,3 +72,7 @@ ## `kourou instance:spawn`

_See code: [src/commands/instance/spawn.ts](https://github.com/kuzzleio/kourou/blob/v0.1.1/src/commands/instance/spawn.ts)_
_See code: [src/commands/instance/spawn.ts](https://github.com/kuzzleio/kourou/blob/v0.1.2/src/commands/instance/spawn.ts)_
<!-- commandsstop -->
# Where does this weird name comes from?
We liked the idea that this CLI is like a launchpad for the Kuzzle rocket. The place where you launch and pilot your Kuzzle instance. The place where the European Space Agency launches their rockets is in the country near the city of [Kourou](https://www.wikiwand.com/en/Kourou), in French Guiana, so we liked the idea that the Kuzzle rockets would take off from there.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc