create

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2022 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateRun

func CreateRun(opts *CreateOptions) error

func NewCmdCreate

func NewCmdCreate(f factory.Factory) *cobra.Command

func PromptMissing added in v0.3.0

func PromptMissing(opts *CreateOptions) error

Types

type CreateFlags

type CreateFlags struct {
	Name         *flag.Flag[string]
	Description  *flag.Flag[string]
	KeyFilePath  *flag.Flag[string]
	Username     *flag.Flag[string]
	Passphrase   *flag.Flag[string]
	Environments *flag.Flag[[]string]
}

func NewCreateFlags

func NewCreateFlags() *CreateFlags

type CreateOptions

type CreateOptions struct {
	*CreateFlags
	Writer  io.Writer
	Octopus *client.Client
	Ask     question.Asker
	Space   string
	Host    string
	CmdPath string

	KeyFileData []byte

	NoPrompt bool
}

Jump to

Keyboard shortcuts

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