Socket
Socket
Sign inDemoInstall

kourou

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kourou - npm Package Compare versions

Comparing version 0.28.0 to 0.28.1

lib/commands/es/snapshot/restore.d.ts

6

lib/commands/es/snapshot/create.js

@@ -12,3 +12,7 @@ "use strict";

snapshot: this.args.name,
body: {},
body: {
indices: "*",
include_global_state: false,
partial: false,
},
};

@@ -15,0 +19,0 @@ const response = await esClient.snapshot.create(esRequest);

2

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

@@ -6,0 +6,0 @@ "bin": {

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

$ kourou (-v|--version|version)
kourou/0.28.0 darwin-arm64 node-v20.10.0
kourou/0.28.1 darwin-arm64 node-v20.10.0
$ kourou --help [COMMAND]

@@ -153,2 +153,3 @@ USAGE

* [`kourou es:snapshot:list REPOSITORY`](#kourou-essnapshotlist-repository)
* [`kourou es:snapshot:restore REPOSITORY NAME`](#kourou-essnapshotrestore-repository-name)
* [`kourou file:decrypt FILE`](#kourou-filedecrypt-file)

@@ -800,2 +801,19 @@ * [`kourou file:encrypt FILE`](#kourou-fileencrypt-file)

## `kourou es:snapshot:restore REPOSITORY NAME`
Restore a snapshot repository inside an ES instance
```
USAGE
$ kourou es:snapshot:restore REPOSITORY NAME
ARGUMENTS
REPOSITORY ES repository name
NAME ES snapshot name
OPTIONS
-n, --node=node [default: http://localhost:9200] Elasticsearch server URL
--help show CLI help
```
## `kourou file:decrypt FILE`

@@ -802,0 +820,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc