Versions in this module Expand all Collapse all v1 v1.2.1 Jul 22, 2024 Changes in this version + const ACTION_CREATE + const ACTION_UPDATE + const ACTIVATION_ID + const BAL + const BAL_BIN_EXT + const BASH_AUTOCOMPLETE_FILENAME + const BLACKBOX + const CMD_DESC_LONG_DEPLOY + const CMD_DESC_LONG_EXPORT + const CMD_DESC_LONG_SYNC + const CMD_DESC_LONG_UNDEPLOY + const CONCURRENCY_FLAG + const CONCURRENCY_LIMIT + const DEFAULT + const DEFAULT_ACTIVATION_LIMIT + const DO_NOT_FETCH_CODE + const DefaultAPIBuild + const DefaultAPIBuildNo + const DefaultAPIHost + const DefaultAPIVersion + const DefaultAuth + const DefaultCert + const DefaultKey + const DefaultNamespace + const DefaultOpenWhiskApiPath + const DefaultPropsFile + const Delay + const FEED_AUTH_KEY + const FEED_CONFIGURATION_FAILURE + const FEED_CREATE + const FEED_DELETE + const FEED_LIFECYCLE_EVENT + const FEED_READ + const FEED_TRIGGER_NAME + const FEED_UPDATE + const FETCH_CODE + const FINAL_ANNOT + const GO + const GO_EXT + const JAVA + const JAVA_EXT + const LOGSIZE_LIMIT + const LOG_SIZE_FLAG + const MAX_ACTIVATION_LIMIT + const MAX_JS_INT + const MEMORY_FLAG + const MEMORY_LIMIT + const NODE_JS + const NODE_JS_EXT + const PHP + const PHP_EXT + const PYTHON + const PYTHON_EXT + const PollInterval + const RAW_HTTP_ANNOT + const RUBY + const RUBY_EXT + const RUST + const RUST_EXT + const SAVE_AS_FLAG + const SAVE_FLAG + const SDK_DOCKER_COMPONENT_NAME + const SDK_IOS_COMPONENT_NAME + const SEQUENCE + const SWIFT + const SWIFT_EXT + const TIMEOUT_FLAG + const TIMEOUT_LIMIT + const WEB_EXPORT_ANNOT + const WEB_FLAG + const WEB_SECURE_ANNOT + const WEB_SECURE_FLAG + const ZIP_EXT + var AdditionalHeaders http.Header + var ApiGwAccessToken string + var Client *whisk.Client + var ContextId string + var Properties struct + var UserAgent string = "OpenWhisk-CLI" + var WskCmd = &cobra.Command + func AssignListInfo(actionName string, verb string, apiName string, basePath string, ...) whisk.ApiFilteredList + func AssignRowInfo(actionName string, verb string, apiName string, basePath string, ...) whisk.ApiFilteredRow + func CheckArgs(args []string, minimumArgNumber int, maximumArgNumber int, commandName string, ...) *whisk.WskError + func CreateExtendedVersion(Client *whisk.Client, args []string) error + func Execute() error + func ExitOnError(err error) + func FileExists(file string) (bool, error) + func GetPropertiesFilePath() (propsFilePath string, werr error) + func IsDebug() bool + func IsValidApiVerb(verb string) (error, bool) + func IsVerbose() bool + func NewQualifiedNameError(entityName string, err error) error + func ReadFile(filename string) (string, error) + func ReadProps(path string) (map[string]string, error) + func SetDefaultProperties() + func SetupClientConfig(cmd *cobra.Command, args []string) error + func Swap(sortables Sortables, i, j int) + func UpdateExtendedVersion(Client *whisk.Client, args []string, retTrigger *whisk.Trigger) error + func WriteProps(path string, props map[string]string) error + type ActionFlags struct + type FlagsStruct struct + Global struct{ ... } + var Flags FlagsStruct + type QualifiedName struct + EntityName string + func NewQualifiedName(name string) (*QualifiedName, error) + func (qualifiedName *QualifiedName) GetEntity() string + func (qualifiedName *QualifiedName) GetEntityName() string + func (qualifiedName *QualifiedName) GetFullQualifiedName() string + func (qualifiedName *QualifiedName) GetNamespace() string + func (qualifiedName *QualifiedName) GetPackageName() string + type Sortables []whisk.Sortable + type Trigger struct + func (t *Trigger) Create(Client *whisk.Client, args []string) error + func (t *Trigger) Update(Client *whisk.Client, args []string) error + type WebActionAnnotationMethod func(annotations whisk.KeyValueArr) whisk.KeyValueArr v1.2.1-openserverless Jul 19, 2024 v1.2.0-openserverless Jul 18, 2024