upload

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagPackage = "package"

	FlagOverwriteMode      = "overwrite-mode"
	FlagAliasOverwrite     = "overwrite"
	FlagAliasOverwriteMode = "overwritemode" // I keep forgetting the hyphen

	// replace-existing deprected in the .NET CLI so not brought across
	FlagUseDeltaCompression = "use-delta-compression" // this is not yet supported, but will be in future when we implement OctoDiff in go

	FlagContinueOnError = "continue-on-error"
)

Variables

This section is empty.

Functions

func NewCmdUpload

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

Types

type UploadFlags

type UploadFlags struct {
	Package             *flag.Flag[[]string]
	OverwriteMode       *flag.Flag[string]
	UseDeltaCompression *flag.Flag[bool]
	ContinueOnError     *flag.Flag[bool]
}

func NewUploadFlags

func NewUploadFlags() *UploadFlags

Jump to

Keyboard shortcuts

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