commands

package
v0.0.0-...-6e53cf2 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = []cli.Command{
	{
		Name: "servers",
		Subcommands: []cli.Command{
			commandListServers,
			commandGetServer,
			commandDeleteServer,
			commandActionServer,
		},
	},
	{
		Name: "users",
		Subcommands: []cli.Command{
			commandGetUser,
		},
	},
	{
		Name: "organizations",
		Subcommands: []cli.Command{
			commandListOrganizations,
		},
	},
	{
		Name: "tokens",
		Subcommands: []cli.Command{
			commandListTokens,
			commandGetToken,
			commandDeleteToken,
			commandCreateToken,
			commandUpdateToken,
		},
	},
	{
		Name: "volumes",
		Subcommands: []cli.Command{
			commandListVolumes,
			commandGetVolume,
			commandDeleteVolume,
			commandCreateVolume,
		},
	},
	{
		Name: "images",
		Subcommands: []cli.Command{
			commandListImages,
			commandGetImage,
			commandDeleteImage,
		},
	},
	{
		Name: "ips",
		Subcommands: []cli.Command{
			commandListIPs,
			commandGetIP,
			commandDeleteIP,
		},
	},
}

Commands is the CLI commands

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