createhostedapplication

package
v2.40.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const CumulocityManifestFile = "cumulocity.json"

Variables

This section is empty.

Functions

func GetManifestContents added in v2.15.0

func GetManifestContents(zipFilename string, contents interface{}) error

Types

type Application added in v2.15.0

type Application struct {
	c8y.Application
	Manifest Manifest
}

type CmdCreateHostedApplication

type CmdCreateHostedApplication struct {
	*subcommand.SubCommand
	// contains filtered or unexported fields
}

func NewCmdCreateHostedApplication

func NewCmdCreateHostedApplication(f *cmdutil.Factory) *CmdCreateHostedApplication

func (*CmdCreateHostedApplication) RunE

func (n *CmdCreateHostedApplication) RunE(cmd *cobra.Command, args []string) error

type Manifest added in v2.15.0

type Manifest struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	Key         string `json:"key"`
	Version     string `json:"version"`
	ContextPath string `json:"contextPath"`
}

Jump to

Keyboard shortcuts

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