cmd

package
v0.0.0-...-624f43b Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2017 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MetricsCommand = cli.Command{
	Name: "metrics",
	Subcommands: []cli.Command{
		metricsDryRunCommand,
		metricsExportCommand,
	},
}

MetricsCommand is the command which manage metrics for ski resorts

View Source
var ResortCommand = cli.Command{
	Name: "resort",
	Subcommands: []cli.Command{
		resortDescribeCommand,
	},
}

ResortCommand is the command which manage a resort

View Source
var ResortsCommand = cli.Command{
	Name: "resorts",
	Subcommands: []cli.Command{
		resortsListCommand,
	},
}

ResortsCommand is the command which display available resorts

View Source
var VersionCommand = cli.Command{
	Name: "version",
	Action: func(context *cli.Context) error {
		fmt.Printf("Chione v%s\n", version.Version)
		return nil
	},
}

VersionCommand is the command which display Chione version

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