restore

package
v0.0.0-...-28a77dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2020 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = cli.Command{
	Name:                   "restore",
	Aliases:                []string{"import"},
	Usage:                  "Imports content to index.",
	Description:            `If index not specified documents will be restored to their indices.`,
	ArgsUsage:              "[index] --dump path/to/dump.json [--lpr 1000]",
	Category:               "Intermediate",
	Action:                 ctl.NewAction(restore),
	UseShortOptionHandling: true,
	Flags: []cli.Flag{
		cli.StringFlag{
			Name:     "dump, d",
			Required: true,
			Usage:    "Dump `FILE`",
		},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL