Socket
Socket
Sign inDemoInstall

kourou

Package Overview
Dependencies
216
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.27.0 to 0.27.1

6

package.json
{
"name": "kourou",
"description": "The CLI that helps you manage your Kuzzle instances",
"version": "0.27.0",
"version": "0.27.1",
"author": "The Kuzzle Team <support@kuzzle.io>",

@@ -45,2 +45,3 @@ "bin": {

"tslib": "^2.3.1",
"typescript": "4.4.*",
"ws": "^8.8.0"

@@ -76,4 +77,3 @@ },

"source-map-support": "^0.5.19",
"ts-node": "10.9.*",
"typescript": "4.4.*"
"ts-node": "10.9.*"
},

@@ -80,0 +80,0 @@ "engines": {

@@ -30,3 +30,3 @@ # kourou

$ kourou (-v|--version|version)
kourou/0.27.0 darwin-arm64 node-v18.17.1
kourou/0.27.1 darwin-arm64 node-v18.17.1
$ kourou --help [COMMAND]

@@ -215,3 +215,3 @@ USAGE

_See code: [src/commands/api-key/check.ts](src/commands/api-key/check.ts)_
_See code: [lib/commands/api-key/check.js](lib/commands/api-key/check.js)_

@@ -244,3 +244,3 @@ ## `kourou api-key:create USER`

_See code: [src/commands/api-key/create.ts](src/commands/api-key/create.ts)_
_See code: [lib/commands/api-key/create.js](lib/commands/api-key/create.js)_

@@ -274,3 +274,3 @@ ## `kourou api-key:delete USER ID`

_See code: [src/commands/api-key/delete.ts](src/commands/api-key/delete.ts)_
_See code: [lib/commands/api-key/delete.js](lib/commands/api-key/delete.js)_

@@ -301,3 +301,3 @@ ## `kourou api-key:search USER`

_See code: [src/commands/api-key/search.ts](src/commands/api-key/search.ts)_
_See code: [lib/commands/api-key/search.js](lib/commands/api-key/search.js)_

@@ -340,3 +340,3 @@ ## `kourou app:debug-proxy`

_See code: [src/commands/app/debug-proxy.ts](src/commands/app/debug-proxy.ts)_
_See code: [lib/commands/app/debug-proxy.js](lib/commands/app/debug-proxy.js)_

@@ -364,3 +364,3 @@ ## `kourou app:doctor`

_See code: [src/commands/app/doctor.ts](src/commands/app/doctor.ts)_
_See code: [lib/commands/app/doctor.js](lib/commands/app/doctor.js)_

@@ -383,3 +383,3 @@ ## `kourou app:scaffold DESTINATION`

_See code: [src/commands/app/scaffold.ts](src/commands/app/scaffold.ts)_
_See code: [lib/commands/app/scaffold.js](lib/commands/app/scaffold.js)_

@@ -399,3 +399,3 @@ ## `kourou app:start-services`

_See code: [src/commands/app/start-services.ts](src/commands/app/start-services.ts)_
_See code: [lib/commands/app/start-services.js](lib/commands/app/start-services.js)_

@@ -450,3 +450,3 @@ ## `kourou autocomplete [SHELL]`

_See code: [src/commands/collection/create.ts](src/commands/collection/create.ts)_
_See code: [lib/commands/collection/create.js](lib/commands/collection/create.js)_

@@ -532,3 +532,3 @@ ## `kourou collection:export INDEX COLLECTION`

_See code: [src/commands/collection/export.ts](src/commands/collection/export.ts)_
_See code: [lib/commands/collection/export.js](lib/commands/collection/export.js)_

@@ -562,3 +562,3 @@ ## `kourou collection:import PATH`

_See code: [src/commands/collection/import.ts](src/commands/collection/import.ts)_
_See code: [lib/commands/collection/import.js](lib/commands/collection/import.js)_

@@ -592,3 +592,3 @@ ## `kourou collection:migrate SCRIPT PATH`

_See code: [src/commands/collection/migrate.ts](src/commands/collection/migrate.ts)_
_See code: [lib/commands/collection/migrate.js](lib/commands/collection/migrate.js)_

@@ -615,3 +615,3 @@ ## `kourou config:diff FIRST SECOND`

_See code: [src/commands/config/diff.ts](src/commands/config/diff.ts)_
_See code: [lib/commands/config/diff.js](lib/commands/config/diff.js)_

@@ -654,3 +654,3 @@ ## `kourou document:search INDEX COLLECTION [QUERY]`

_See code: [src/commands/document/search.ts](src/commands/document/search.ts)_
_See code: [lib/commands/document/search.js](lib/commands/document/search.js)_

@@ -671,3 +671,3 @@ ## `kourou es:aliases:cat`

_See code: [src/commands/es/aliases/cat.ts](src/commands/es/aliases/cat.ts)_
_See code: [lib/commands/es/aliases/cat.js](lib/commands/es/aliases/cat.js)_

@@ -688,3 +688,3 @@ ## `kourou es:indices:cat`

_See code: [src/commands/es/indices/cat.ts](src/commands/es/indices/cat.ts)_
_See code: [lib/commands/es/indices/cat.js](lib/commands/es/indices/cat.js)_

@@ -708,3 +708,3 @@ ## `kourou es:indices:get INDEX ID`

_See code: [src/commands/es/indices/get.ts](src/commands/es/indices/get.ts)_
_See code: [lib/commands/es/indices/get.js](lib/commands/es/indices/get.js)_

@@ -729,3 +729,3 @@ ## `kourou es:indices:insert INDEX`

_See code: [src/commands/es/indices/insert.ts](src/commands/es/indices/insert.ts)_
_See code: [lib/commands/es/indices/insert.js](lib/commands/es/indices/insert.js)_

@@ -757,3 +757,3 @@ ## `kourou es:migrate`

_See code: [src/commands/es/migrate.ts](src/commands/es/migrate.ts)_
_See code: [lib/commands/es/migrate.js](lib/commands/es/migrate.js)_

@@ -777,3 +777,3 @@ ## `kourou es:snapshot:create REPOSITORY NAME`

_See code: [src/commands/es/snapshot/create.ts](src/commands/es/snapshot/create.ts)_
_See code: [lib/commands/es/snapshot/create.js](lib/commands/es/snapshot/create.js)_

@@ -798,3 +798,3 @@ ## `kourou es:snapshot:create-repository REPOSITORY LOCATION`

_See code: [src/commands/es/snapshot/create-repository.ts](src/commands/es/snapshot/create-repository.ts)_
_See code: [lib/commands/es/snapshot/create-repository.js](lib/commands/es/snapshot/create-repository.js)_

@@ -817,3 +817,3 @@ ## `kourou es:snapshot:list REPOSITORY`

_See code: [src/commands/es/snapshot/list.ts](src/commands/es/snapshot/list.ts)_
_See code: [lib/commands/es/snapshot/list.js](lib/commands/es/snapshot/list.js)_

@@ -841,3 +841,3 @@ ## `kourou file:decrypt FILE`

_See code: [src/commands/file/decrypt.ts](src/commands/file/decrypt.ts)_
_See code: [lib/commands/file/decrypt.js](lib/commands/file/decrypt.js)_

@@ -865,3 +865,3 @@ ## `kourou file:encrypt FILE`

_See code: [src/commands/file/encrypt.ts](src/commands/file/encrypt.ts)_
_See code: [lib/commands/file/encrypt.js](lib/commands/file/encrypt.js)_

@@ -886,3 +886,3 @@ ## `kourou file:test FILE`

_See code: [src/commands/file/test.ts](src/commands/file/test.ts)_
_See code: [lib/commands/file/test.js](lib/commands/file/test.js)_

@@ -931,3 +931,3 @@ ## `kourou help [COMMAND]`

_See code: [src/commands/import.ts](src/commands/import.ts)_
_See code: [lib/commands/import.js](lib/commands/import.js)_

@@ -982,3 +982,3 @@ ## `kourou index:export INDEX`

_See code: [src/commands/index/export.ts](src/commands/index/export.ts)_
_See code: [lib/commands/index/export.js](lib/commands/index/export.js)_

@@ -1015,3 +1015,3 @@ ## `kourou index:import PATH`

_See code: [src/commands/index/import.ts](src/commands/index/import.ts)_
_See code: [lib/commands/index/import.js](lib/commands/index/import.js)_

@@ -1031,3 +1031,3 @@ ## `kourou instance:kill`

_See code: [src/commands/instance/kill.ts](src/commands/instance/kill.ts)_
_See code: [lib/commands/instance/kill.js](lib/commands/instance/kill.js)_

@@ -1043,3 +1043,3 @@ ## `kourou instance:list`

_See code: [src/commands/instance/list.ts](src/commands/instance/list.ts)_
_See code: [lib/commands/instance/list.js](lib/commands/instance/list.js)_

@@ -1059,3 +1059,3 @@ ## `kourou instance:logs`

_See code: [src/commands/instance/logs.ts](src/commands/instance/logs.ts)_
_See code: [lib/commands/instance/logs.js](lib/commands/instance/logs.js)_

@@ -1076,3 +1076,3 @@ ## `kourou instance:spawn`

_See code: [src/commands/instance/spawn.ts](src/commands/instance/spawn.ts)_
_See code: [lib/commands/instance/spawn.js](lib/commands/instance/spawn.js)_

@@ -1098,3 +1098,3 @@ ## `kourou paas:deploy ENVIRONMENT APPLICATIONID IMAGE`

_See code: [src/commands/paas/deploy.ts](src/commands/paas/deploy.ts)_
_See code: [lib/commands/paas/deploy.js](lib/commands/paas/deploy.js)_

@@ -1116,3 +1116,3 @@ ## `kourou paas:init PROJECT`

_See code: [src/commands/paas/init.ts](src/commands/paas/init.ts)_
_See code: [lib/commands/paas/init.js](lib/commands/paas/init.js)_

@@ -1134,3 +1134,3 @@ ## `kourou paas:login`

_See code: [src/commands/paas/login.ts](src/commands/paas/login.ts)_
_See code: [lib/commands/paas/login.js](lib/commands/paas/login.js)_

@@ -1160,3 +1160,3 @@ ## `kourou paas:logs ENVIRONMENT APPLICATION`

_See code: [src/commands/paas/logs.ts](src/commands/paas/logs.ts)_
_See code: [lib/commands/paas/logs.js](lib/commands/paas/logs.js)_

@@ -1184,3 +1184,3 @@ ## `kourou paas:snapshots:cat ENVIRONMENT APPLICATIONID`

_See code: [src/commands/paas/snapshots/cat.ts](src/commands/paas/snapshots/cat.ts)_
_See code: [lib/commands/paas/snapshots/cat.js](lib/commands/paas/snapshots/cat.js)_

@@ -1208,3 +1208,3 @@ ## `kourou paas:snapshots:dump ENVIRONMENT APPLICATIONID`

_See code: [src/commands/paas/snapshots/dump.ts](src/commands/paas/snapshots/dump.ts)_
_See code: [lib/commands/paas/snapshots/dump.js](lib/commands/paas/snapshots/dump.js)_

@@ -1233,3 +1233,3 @@ ## `kourou paas:snapshots:restore ENVIRONMENT APPLICATIONID SNAPSHOTID`

_See code: [src/commands/paas/snapshots/restore.ts](src/commands/paas/snapshots/restore.ts)_
_See code: [lib/commands/paas/snapshots/restore.js](lib/commands/paas/snapshots/restore.js)_

@@ -1257,3 +1257,3 @@ ## `kourou profile:export`

_See code: [src/commands/profile/export.ts](src/commands/profile/export.ts)_
_See code: [lib/commands/profile/export.js](lib/commands/profile/export.js)_

@@ -1283,3 +1283,3 @@ ## `kourou profile:import PATH`

_See code: [src/commands/profile/import.ts](src/commands/profile/import.ts)_
_See code: [lib/commands/profile/import.js](lib/commands/profile/import.js)_

@@ -1336,3 +1336,3 @@ ## `kourou realtime:subscribe INDEX COLLECTION [FILTERS]`

_See code: [src/commands/realtime/subscribe.ts](src/commands/realtime/subscribe.ts)_
_See code: [lib/commands/realtime/subscribe.js](lib/commands/realtime/subscribe.js)_

@@ -1369,3 +1369,3 @@ ## `kourou redis:list-keys [MATCH]`

_See code: [src/commands/redis/list-keys.ts](src/commands/redis/list-keys.ts)_
_See code: [lib/commands/redis/list-keys.js](lib/commands/redis/list-keys.js)_

@@ -1393,3 +1393,3 @@ ## `kourou role:export`

_See code: [src/commands/role/export.ts](src/commands/role/export.ts)_
_See code: [lib/commands/role/export.js](lib/commands/role/export.js)_

@@ -1420,3 +1420,3 @@ ## `kourou role:import PATH`

_See code: [src/commands/role/import.ts](src/commands/role/import.ts)_
_See code: [lib/commands/role/import.js](lib/commands/role/import.js)_

@@ -1479,3 +1479,3 @@ ## `kourou sdk:execute [CODE]`

_See code: [src/commands/sdk/execute.ts](src/commands/sdk/execute.ts)_
_See code: [lib/commands/sdk/execute.js](lib/commands/sdk/execute.js)_

@@ -1581,3 +1581,3 @@ ## `kourou sdk:query CONTROLLER:ACTION`

_See code: [src/commands/sdk/query.ts](src/commands/sdk/query.ts)_
_See code: [lib/commands/sdk/query.js](lib/commands/sdk/query.js)_

@@ -1634,3 +1634,3 @@ ## `kourou user:export`

_See code: [src/commands/user/export.ts](src/commands/user/export.ts)_
_See code: [lib/commands/user/export.js](lib/commands/user/export.js)_

@@ -1658,3 +1658,3 @@ ## `kourou user:export-mappings`

_See code: [src/commands/user/export-mappings.ts](src/commands/user/export-mappings.ts)_
_See code: [lib/commands/user/export-mappings.js](lib/commands/user/export-mappings.js)_

@@ -1684,3 +1684,3 @@ ## `kourou user:import PATH`

_See code: [src/commands/user/import.ts](src/commands/user/import.ts)_
_See code: [lib/commands/user/import.js](lib/commands/user/import.js)_

@@ -1710,3 +1710,3 @@ ## `kourou user:import-mappings PATH`

_See code: [src/commands/user/import-mappings.ts](src/commands/user/import-mappings.ts)_
_See code: [lib/commands/user/import-mappings.js](lib/commands/user/import-mappings.js)_

@@ -1742,3 +1742,3 @@ ## `kourou vault:add SECRETS-FILE KEY VALUE`

_See code: [src/commands/vault/add.ts](src/commands/vault/add.ts)_
_See code: [lib/commands/vault/add.js](lib/commands/vault/add.js)_

@@ -1773,3 +1773,3 @@ ## `kourou vault:decrypt FILE`

_See code: [src/commands/vault/decrypt.ts](src/commands/vault/decrypt.ts)_
_See code: [lib/commands/vault/decrypt.js](lib/commands/vault/decrypt.js)_

@@ -1815,3 +1815,3 @@ ## `kourou vault:encrypt FILE`

_See code: [src/commands/vault/encrypt.ts](src/commands/vault/encrypt.ts)_
_See code: [lib/commands/vault/encrypt.js](lib/commands/vault/encrypt.js)_

@@ -1847,3 +1847,3 @@ ## `kourou vault:show SECRETS-FILE [KEY]`

_See code: [src/commands/vault/show.ts](src/commands/vault/show.ts)_
_See code: [lib/commands/vault/show.js](lib/commands/vault/show.js)_

@@ -1873,3 +1873,3 @@ ## `kourou vault:test SECRETS-FILE`

_See code: [src/commands/vault/test.ts](src/commands/vault/test.ts)_
_See code: [lib/commands/vault/test.js](lib/commands/vault/test.js)_
<!-- commandsstop -->

@@ -1876,0 +1876,0 @@

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