cmd

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2017 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package cmd contains all the pilosa subcommand definitions (1 per file).

Each command file has an init function and a New*Cmd function, as well as a global exported instance of the command.

The New*Cmd function is a function which returns a cobra.Command object wrapping this subcommand.

The init function adds the New*Cmd to a map of subcommand functions which ensures that no two commands have the same name, and is used when a new root command is created to instantiate all of the subcommands.

The instance of the command is global and exported so that it can be tested.

Index

Constants

This section is empty.

Variables

View Source
var Backuper *ctl.BackupCommand
View Source
var Exporter *ctl.ExportCommand
View Source
var Importer *ctl.ImportCommand
View Source
var Inspector *ctl.InspectCommand
View Source
var Server *server.Command

Server is global so that tests can control and verify it.

Functions

func NewBackupCmd

func NewBackupCmd(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

func NewBenchCommand

func NewBenchCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

func NewCheckCommand

func NewCheckCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

func NewConfigCommand

func NewConfigCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

func NewExportCommand

func NewExportCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

func NewGenerateConfigCommand added in v0.4.0

func NewGenerateConfigCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

func NewImportCommand

func NewImportCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

NewImportCommand runs the Pilosa import subcommand for ingesting bulk data.

func NewInspectCommand

func NewInspectCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

func NewRestoreCommand

func NewRestoreCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

func NewRootCommand

func NewRootCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

func NewServeCmd

func NewServeCmd(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

NewServeCmd creates a pilosa server and runs it with command line flags.

func NewSortCommand

func NewSortCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command

Types

This section is empty.

Directories

Path Synopsis
This is the entrypoint for the Pilosa binary.
This is the entrypoint for the Pilosa binary.

Jump to

Keyboard shortcuts

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