Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands map[string]cli.CommandFactory
View Source
var Ui cli.Ui
Functions ¶
This section is empty.
Types ¶
type AttachCommand ¶
AttachCommand contains parameters required to configure the Parity runtime
type BuildCommand ¶
BuildCommand contains parameters required to configure the Parity runtime
type CleanupCommand ¶
CleanupCommand contains parameters required to cleanup Docker images/containers
func (*CleanupCommand) Synopsis ¶
func (c *CleanupCommand) Synopsis() string
Synopsis for the command
type InitCommand ¶
func (*InitCommand) Help ¶
func (c *InitCommand) Help() string
func (*InitCommand) Run ¶
func (c *InitCommand) Run(args []string) int
func (*InitCommand) Synopsis ¶
func (c *InitCommand) Synopsis() string
type InstallCommand ¶
func (*InstallCommand) Help ¶
func (c *InstallCommand) Help() string
func (*InstallCommand) Run ¶
func (c *InstallCommand) Run(args []string) int
func (*InstallCommand) Synopsis ¶
func (c *InstallCommand) Synopsis() string
type InteractiveCommand ¶
InteractiveCommand contains parameters required to configure the Parity runtime
func (*InteractiveCommand) Help ¶
func (c *InteractiveCommand) Help() string
Help text for the command
func (*InteractiveCommand) Synopsis ¶
func (c *InteractiveCommand) Synopsis() string
Synopsis for the command
type RunCommand ¶
RunCommand contains parameters required to configure the Parity runtime
type SetupCommand ¶
type SetupCommand struct {
Meta config.Meta
Base string
Version string
Template string
TemplateSourceURL string
ConfigFile string
Overwrite bool
}
func (*SetupCommand) Help ¶
func (c *SetupCommand) Help() string
func (*SetupCommand) Run ¶
func (c *SetupCommand) Run(args []string) int
func (*SetupCommand) Synopsis ¶
func (c *SetupCommand) Synopsis() string
type VersionCommand ¶
type VersionCommand struct {
}
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.