Documentation ¶
Index ¶
- func StartPortForward(namespace string, stopCh <-chan struct{}, log *logger.CLILogger) (int, <-chan error, error)
- func Upload(path string, uploadOptions UploadOptions) (string, error)
- func UploadLicense(path string, uploadLicenseOptions UploadLicenseOptions) error
- type UploadLicenseOptions
- type UploadOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartPortForward ¶
func Upload ¶
func Upload(path string, uploadOptions UploadOptions) (string, error)
Upload will upload the application version at path using the options in uploadOptions
func UploadLicense ¶
func UploadLicense(path string, uploadLicenseOptions UploadLicenseOptions) error
Types ¶
type UploadLicenseOptions ¶
type UploadOptions ¶
type UploadOptions struct { Namespace string UpstreamURI string ExistingAppSlug string NewAppName string RegistryOptions registrytypes.RegistryOptions Endpoint string Silent bool Deploy bool SkipPreflights bool // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.