commands

package
v0.0.0-...-b01d742 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateCommandsIndex

func GenerateCommandsIndex() []cli.Command

GenerateCommandsIndex creates a slice of all the commands that are within the CLI.

Types

type Down

type Down struct{}

Down is the CLI command for stopping and removing containers within the neo-local stack.

func NewDown

func NewDown() Down

NewDown creates a new Down.

func (Down) ToCommand

func (d Down) ToCommand() cli.Command

ToCommand generates the CLI command struct.

type Start

type Start struct{}

Start is the CLI command for launching the development environment.

func NewStart

func NewStart() Start

NewStart creates a new Start.

func (Start) ToCommand

func (s Start) ToCommand() cli.Command

ToCommand generates the CLI command struct.

type Status

type Status struct{}

Status is the CLI command for checking the status of containers in the development environment.

func NewStatus

func NewStatus() Status

NewStatus creates a new Status.

func (Status) ToCommand

func (s Status) ToCommand() cli.Command

ToCommand generates the CLI command struct.

type Stop

type Stop struct{}

Stop is the CLI command for stopping within the neo-local stack.

func NewStop

func NewStop() Stop

NewStop creates a new Stop.

func (Stop) ToCommand

func (s Stop) ToCommand() cli.Command

ToCommand generates the CLI command struct.

Jump to

Keyboard shortcuts

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