command

package
v0.0.0-...-4393b62 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckoutCommand

type CheckoutCommand struct {
	Meta
}

func (*CheckoutCommand) Help

func (c *CheckoutCommand) Help() string

func (*CheckoutCommand) Run

func (c *CheckoutCommand) Run(args []string) int

func (*CheckoutCommand) Synopsis

func (c *CheckoutCommand) Synopsis() string

Synopsis of the checkout command as with index

type CreateCommand

type CreateCommand struct {
	Meta
}

CreateCommand data

func (*CreateCommand) Help

func (c *CreateCommand) Help() string

Help Some information about what will happen when you run create.

func (*CreateCommand) Run

func (c *CreateCommand) Run(args []string) int

Run Read the .smdl file, build the filesystem, and clone the repositories.

func (*CreateCommand) Synopsis

func (c *CreateCommand) Synopsis() string

Synopsis of the create command

type DeleteCommand

type DeleteCommand struct {
	Meta
}

func (*DeleteCommand) Help

func (c *DeleteCommand) Help() string

func (*DeleteCommand) Run

func (c *DeleteCommand) Run(args []string) int

func (*DeleteCommand) Synopsis

func (c *DeleteCommand) Synopsis() string

Synopsis of how to delete the contents of a model

type MergeCommand

type MergeCommand struct {
	Meta
}

func (*MergeCommand) Help

func (c *MergeCommand) Help() string

func (*MergeCommand) Run

func (c *MergeCommand) Run(args []string) int

func (*MergeCommand) Synopsis

func (c *MergeCommand) Synopsis() string

Synopsis what it means to merge a model

type Meta

type Meta struct {
	Ui cli.Ui
}

Meta contain the meta-option that nearly all subcommand inherited.

type PullCommand

type PullCommand struct {
	Meta
}

func (*PullCommand) Help

func (c *PullCommand) Help() string

func (*PullCommand) Run

func (c *PullCommand) Run(args []string) int

func (*PullCommand) Synopsis

func (c *PullCommand) Synopsis() string

Synopsis of how to pull a model

type PushCommand

type PushCommand struct {
	Meta
}

func (*PushCommand) Help

func (c *PushCommand) Help() string

func (*PushCommand) Run

func (c *PushCommand) Run(args []string) int

func (*PushCommand) Synopsis

func (c *PushCommand) Synopsis() string

Synopsis what it means to push all the repos

type ShowCommand

type ShowCommand struct {
	Meta
}

func (*ShowCommand) Help

func (c *ShowCommand) Help() string

func (*ShowCommand) Run

func (c *ShowCommand) Run(args []string) int

func (*ShowCommand) Synopsis

func (c *ShowCommand) Synopsis() string

Synopsis what it means to show a model on the command line

type StatusCommand

type StatusCommand struct {
	Meta
}

func (*StatusCommand) Help

func (c *StatusCommand) Help() string

func (*StatusCommand) Run

func (c *StatusCommand) Run(args []string) int

func (*StatusCommand) Synopsis

func (c *StatusCommand) Synopsis() string

Synopsis of the model status command

type SyncCommand

type SyncCommand struct {
	Meta
}

func (*SyncCommand) Help

func (c *SyncCommand) Help() string

func (*SyncCommand) Run

func (c *SyncCommand) Run(args []string) int

func (*SyncCommand) Synopsis

func (c *SyncCommand) Synopsis() string

Synopsis of what it means to sync for a model

type UpdateCommand

type UpdateCommand struct {
	Meta
}

func (*UpdateCommand) Help

func (c *UpdateCommand) Help() string

func (*UpdateCommand) Run

func (c *UpdateCommand) Run(args []string) int

func (*UpdateCommand) Synopsis

func (c *UpdateCommand) Synopsis() string

Synopsis of how to update a model

type VersionCommand

type VersionCommand struct {
	Meta

	Name     string
	Version  string
	Revision string
}

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

Jump to

Keyboard shortcuts

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