Documentation
¶
Index ¶
- Constants
- func CopyHandler(cmd *cobra.Command, args []string) error
- func CreateHandler(cmd *cobra.Command, args []string) error
- func DeleteHandler(cmd *cobra.Command, args []string) error
- func ListHandler(cmd *cobra.Command, args []string) error
- func ListRunningHandler(cmd *cobra.Command, args []string) error
- func NewCLI() *cobra.Command
- func NewCreateRequest(name string, opts runOptions) *api.CreateRequest
- func PullHandler(cmd *cobra.Command, args []string) error
- func PushHandler(cmd *cobra.Command, args []string) error
- func RunHandler(cmd *cobra.Command, args []string) error
- func RunServer(_ *cobra.Command, _ []string) error
- func ShowHandler(cmd *cobra.Command, args []string) error
- func SigninHandler(cmd *cobra.Command, args []string) error
- func SignoutHandler(cmd *cobra.Command, args []string) error
- func StopHandler(cmd *cobra.Command, args []string) error
- type MultilineState
Constants ¶
View Source
const ConnectInstructions = "To sign in, navigate to:\n %s\n\n"
Variables ¶
This section is empty.
Functions ¶
func ListRunningHandler ¶ added in v0.1.38
func NewCreateRequest ¶ added in v0.5.5
func NewCreateRequest(name string, opts runOptions) *api.CreateRequest
Types ¶
type MultilineState ¶
type MultilineState int
const ( MultilineNone MultilineState = iota MultilinePrompt MultilineSystem )
Click to show internal directories.
Click to hide internal directories.