Versions in this module Expand all Collapse all v1 v1.6.1-server-1.31.0-150.0 Feb 5, 2026 v1.6.0 Feb 5, 2026 Changes in this version + var DataConverterWithRawValue = converter.NewCompositeDataConverter(rawValuePayloadConverter{}, converter.NewNilPayloadConverter(), ...) + var Version = "0.0.0-DEV" + func CreatePayloads(data [][]byte, metadata map[string][][]byte, isBase64 bool) (*common.Payloads, error) + func Execute(ctx context.Context, options CommandOptions) + func UnmarshalProtoJSONWithOptions(b []byte, m proto.Message, jsonShorthandPayloads bool) error + func VersionString() string + type CommandContext struct + ActuallyRanCommand bool + CurrentCommand *cobra.Command + DeprecatedEnvConfigValues map[string]map[string]string + FlagsWithEnvVars []*pflag.Flag + JSONOutput bool + JSONShorthandPayloads bool + Logger *slog.Logger + Options CommandOptions + Printer *printer.Printer + RootCommand *TemporalCommand + func NewCommandContext(ctx context.Context, options CommandOptions) (*CommandContext, context.CancelFunc, error) + func (c *CommandContext) BindFlagEnvVar(flag *pflag.Flag, envVar string) + func (c *CommandContext) MarshalFriendlyFailureBodyText(f *failure.Failure, indent string) (s string) + func (c *CommandContext) MarshalFriendlyJSONPayloads(m *common.Payloads) (json.RawMessage, error) + func (c *CommandContext) MarshalProtoJSON(m proto.Message) ([]byte, error) + func (c *CommandContext) MarshalProtoJSONWithOptions(m proto.Message, jsonShorthandPayloads bool) ([]byte, error) + func (c *CommandContext) UnmarshalProtoJSON(b []byte, m proto.Message) error + type CommandOptions struct + AdditionalClientGRPCDialOptions []grpc.DialOption + Args []string + DeprecatedEnvConfig DeprecatedEnvConfig + EnvLookup envconfig.EnvLookup + Fail func(error) + type DeploymentNameOptions struct + FlagSet *pflag.FlagSet + Name string + func (v *DeploymentNameOptions) BuildFlags(f *pflag.FlagSet) + type DeploymentReferenceOptions struct + BuildId string + FlagSet *pflag.FlagSet + SeriesName string + func (v *DeploymentReferenceOptions) BuildFlags(f *pflag.FlagSet) + type DeploymentVersionOptions struct + BuildId string + DeploymentName string + FlagSet *pflag.FlagSet + func (v *DeploymentVersionOptions) BuildFlags(f *pflag.FlagSet) + type DeploymentVersionOrUnversionedOptions struct + BuildId string + DeploymentName string + FlagSet *pflag.FlagSet + Unversioned bool + func (v *DeploymentVersionOrUnversionedOptions) BuildFlags(f *pflag.FlagSet) + type DeprecatedEnvConfig struct + DisableEnvConfig bool + EnvConfigFile string + EnvConfigName string + type IOStreams struct + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + type NexusEndpointConfigOptions struct + Description string + DescriptionFile string + FlagSet *pflag.FlagSet + TargetNamespace string + TargetTaskQueue string + TargetUrl string + func (v *NexusEndpointConfigOptions) BuildFlags(f *pflag.FlagSet) + type NexusEndpointIdentityOptions struct + FlagSet *pflag.FlagSet + Name string + func (v *NexusEndpointIdentityOptions) BuildFlags(f *pflag.FlagSet) + type OverlapPolicyOptions struct + FlagSet *pflag.FlagSet + OverlapPolicy cliext.FlagStringEnum + func (v *OverlapPolicyOptions) BuildFlags(f *pflag.FlagSet) + type PayloadInputOptions struct + FlagSet *pflag.FlagSet + Input []string + InputBase64 bool + InputFile []string + InputMeta []string + func (v *PayloadInputOptions) BuildFlags(f *pflag.FlagSet) + type QueryModifiersOptions struct + FlagSet *pflag.FlagSet + Headers []string + RejectCondition cliext.FlagStringEnum + func (v *QueryModifiersOptions) BuildFlags(f *pflag.FlagSet) + type RawValue struct + Payload *common.Payload + type ScheduleConfigurationOptions struct + Calendar []string + CatchupWindow cliext.FlagDuration + Cron []string + EndTime cliext.FlagTimestamp + FlagSet *pflag.FlagSet + Interval []string + Jitter cliext.FlagDuration + Notes string + PauseOnFailure bool + Paused bool + RemainingActions int + ScheduleMemo []string + ScheduleSearchAttribute []string + StartTime cliext.FlagTimestamp + TimeZone string + func (v *ScheduleConfigurationOptions) BuildFlags(f *pflag.FlagSet) + type ScheduleIdOptions struct + FlagSet *pflag.FlagSet + ScheduleId string + func (v *ScheduleIdOptions) BuildFlags(f *pflag.FlagSet) + type SharedWorkflowStartOptions struct + ExecutionTimeout cliext.FlagDuration + FairnessKey string + FairnessWeight float32 + FlagSet *pflag.FlagSet + Headers []string + Memo []string + PriorityKey int + RunTimeout cliext.FlagDuration + SearchAttribute []string + StaticDetails string + StaticSummary string + TaskQueue string + TaskTimeout cliext.FlagDuration + Type string + WorkflowId string + func (v *SharedWorkflowStartOptions) BuildFlags(f *pflag.FlagSet) + type SingleWorkflowOrBatchOptions struct + FlagSet *pflag.FlagSet + Headers []string + Query string + Reason string + Rps float32 + RunId string + WorkflowId string + Yes bool + func (v *SingleWorkflowOrBatchOptions) BuildFlags(f *pflag.FlagSet) + type TemporalActivityCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalActivityCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalActivityCommand + type TemporalActivityCompleteCommand struct + ActivityId string + Command cobra.Command + Parent *TemporalActivityCommand + Result string + func NewTemporalActivityCompleteCommand(cctx *CommandContext, parent *TemporalActivityCommand) *TemporalActivityCompleteCommand + type TemporalActivityFailCommand struct + ActivityId string + Command cobra.Command + Detail string + Parent *TemporalActivityCommand + Reason string + func NewTemporalActivityFailCommand(cctx *CommandContext, parent *TemporalActivityCommand) *TemporalActivityFailCommand + type TemporalActivityPauseCommand struct + ActivityId string + ActivityType string + Command cobra.Command + Identity string + Parent *TemporalActivityCommand + func NewTemporalActivityPauseCommand(cctx *CommandContext, parent *TemporalActivityCommand) *TemporalActivityPauseCommand + type TemporalActivityResetCommand struct + ActivityId string + ActivityType string + Command cobra.Command + Jitter cliext.FlagDuration + KeepPaused bool + MatchAll bool + Parent *TemporalActivityCommand + ResetAttempts bool + ResetHeartbeats bool + RestoreOriginalOptions bool + func NewTemporalActivityResetCommand(cctx *CommandContext, parent *TemporalActivityCommand) *TemporalActivityResetCommand + type TemporalActivityUnpauseCommand struct + ActivityId string + ActivityType string + Command cobra.Command + Jitter cliext.FlagDuration + MatchAll bool + Parent *TemporalActivityCommand + ResetAttempts bool + ResetHeartbeats bool + func NewTemporalActivityUnpauseCommand(cctx *CommandContext, parent *TemporalActivityCommand) *TemporalActivityUnpauseCommand + type TemporalActivityUpdateOptionsCommand struct + ActivityId string + ActivityType string + Command cobra.Command + HeartbeatTimeout cliext.FlagDuration + MatchAll bool + Parent *TemporalActivityCommand + RestoreOriginalOptions bool + RetryBackoffCoefficient float32 + RetryInitialInterval cliext.FlagDuration + RetryMaximumAttempts int + RetryMaximumInterval cliext.FlagDuration + ScheduleToCloseTimeout cliext.FlagDuration + ScheduleToStartTimeout cliext.FlagDuration + StartToCloseTimeout cliext.FlagDuration + TaskQueue string + func NewTemporalActivityUpdateOptionsCommand(cctx *CommandContext, parent *TemporalActivityCommand) *TemporalActivityUpdateOptionsCommand + type TemporalBatchCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalBatchCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalBatchCommand + type TemporalBatchDescribeCommand struct + Command cobra.Command + JobId string + Parent *TemporalBatchCommand + func NewTemporalBatchDescribeCommand(cctx *CommandContext, parent *TemporalBatchCommand) *TemporalBatchDescribeCommand + type TemporalBatchListCommand struct + Command cobra.Command + Limit int + Parent *TemporalBatchCommand + func NewTemporalBatchListCommand(cctx *CommandContext, parent *TemporalBatchCommand) *TemporalBatchListCommand + type TemporalBatchTerminateCommand struct + Command cobra.Command + JobId string + Parent *TemporalBatchCommand + Reason string + func NewTemporalBatchTerminateCommand(cctx *CommandContext, parent *TemporalBatchCommand) *TemporalBatchTerminateCommand + type TemporalCommand struct + Command cobra.Command + func NewTemporalCommand(cctx *CommandContext) *TemporalCommand + type TemporalConfigCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalConfigCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalConfigCommand + type TemporalConfigDeleteCommand struct + Command cobra.Command + Parent *TemporalConfigCommand + Prop string + func NewTemporalConfigDeleteCommand(cctx *CommandContext, parent *TemporalConfigCommand) *TemporalConfigDeleteCommand + type TemporalConfigDeleteProfileCommand struct + Command cobra.Command + Parent *TemporalConfigCommand + func NewTemporalConfigDeleteProfileCommand(cctx *CommandContext, parent *TemporalConfigCommand) *TemporalConfigDeleteProfileCommand + type TemporalConfigGetCommand struct + Command cobra.Command + Parent *TemporalConfigCommand + Prop string + func NewTemporalConfigGetCommand(cctx *CommandContext, parent *TemporalConfigCommand) *TemporalConfigGetCommand + type TemporalConfigListCommand struct + Command cobra.Command + Parent *TemporalConfigCommand + func NewTemporalConfigListCommand(cctx *CommandContext, parent *TemporalConfigCommand) *TemporalConfigListCommand + type TemporalConfigSetCommand struct + Command cobra.Command + Parent *TemporalConfigCommand + Prop string + Value string + func NewTemporalConfigSetCommand(cctx *CommandContext, parent *TemporalConfigCommand) *TemporalConfigSetCommand + type TemporalEnvCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalEnvCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalEnvCommand + type TemporalEnvDeleteCommand struct + Command cobra.Command + Key string + Parent *TemporalEnvCommand + func NewTemporalEnvDeleteCommand(cctx *CommandContext, parent *TemporalEnvCommand) *TemporalEnvDeleteCommand + type TemporalEnvGetCommand struct + Command cobra.Command + Key string + Parent *TemporalEnvCommand + func NewTemporalEnvGetCommand(cctx *CommandContext, parent *TemporalEnvCommand) *TemporalEnvGetCommand + type TemporalEnvListCommand struct + Command cobra.Command + Parent *TemporalEnvCommand + func NewTemporalEnvListCommand(cctx *CommandContext, parent *TemporalEnvCommand) *TemporalEnvListCommand + type TemporalEnvSetCommand struct + Command cobra.Command + Key string + Parent *TemporalEnvCommand + Value string + func NewTemporalEnvSetCommand(cctx *CommandContext, parent *TemporalEnvCommand) *TemporalEnvSetCommand + type TemporalOperatorClusterCommand struct + Command cobra.Command + Parent *TemporalOperatorCommand + func NewTemporalOperatorClusterCommand(cctx *CommandContext, parent *TemporalOperatorCommand) *TemporalOperatorClusterCommand + type TemporalOperatorClusterDescribeCommand struct + Command cobra.Command + Detail bool + Parent *TemporalOperatorClusterCommand + func NewTemporalOperatorClusterDescribeCommand(cctx *CommandContext, parent *TemporalOperatorClusterCommand) *TemporalOperatorClusterDescribeCommand + type TemporalOperatorClusterHealthCommand struct + Command cobra.Command + Parent *TemporalOperatorClusterCommand + func NewTemporalOperatorClusterHealthCommand(cctx *CommandContext, parent *TemporalOperatorClusterCommand) *TemporalOperatorClusterHealthCommand + type TemporalOperatorClusterListCommand struct + Command cobra.Command + Limit int + Parent *TemporalOperatorClusterCommand + func NewTemporalOperatorClusterListCommand(cctx *CommandContext, parent *TemporalOperatorClusterCommand) *TemporalOperatorClusterListCommand + type TemporalOperatorClusterRemoveCommand struct + Command cobra.Command + Name string + Parent *TemporalOperatorClusterCommand + func NewTemporalOperatorClusterRemoveCommand(cctx *CommandContext, parent *TemporalOperatorClusterCommand) *TemporalOperatorClusterRemoveCommand + type TemporalOperatorClusterSystemCommand struct + Command cobra.Command + Parent *TemporalOperatorClusterCommand + func NewTemporalOperatorClusterSystemCommand(cctx *CommandContext, parent *TemporalOperatorClusterCommand) *TemporalOperatorClusterSystemCommand + type TemporalOperatorClusterUpsertCommand struct + Command cobra.Command + EnableConnection bool + EnableReplication bool + FrontendAddress string + Parent *TemporalOperatorClusterCommand + func NewTemporalOperatorClusterUpsertCommand(cctx *CommandContext, parent *TemporalOperatorClusterCommand) *TemporalOperatorClusterUpsertCommand + type TemporalOperatorCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalOperatorCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalOperatorCommand + type TemporalOperatorNamespaceCommand struct + Command cobra.Command + Parent *TemporalOperatorCommand + func NewTemporalOperatorNamespaceCommand(cctx *CommandContext, parent *TemporalOperatorCommand) *TemporalOperatorNamespaceCommand + type TemporalOperatorNamespaceCreateCommand struct + ActiveCluster string + Cluster []string + Command cobra.Command + Data []string + Description string + Email string + Global bool + HistoryArchivalState cliext.FlagStringEnum + HistoryUri string + Parent *TemporalOperatorNamespaceCommand + Retention cliext.FlagDuration + VisibilityArchivalState cliext.FlagStringEnum + VisibilityUri string + func NewTemporalOperatorNamespaceCreateCommand(cctx *CommandContext, parent *TemporalOperatorNamespaceCommand) *TemporalOperatorNamespaceCreateCommand + type TemporalOperatorNamespaceDeleteCommand struct + Command cobra.Command + Parent *TemporalOperatorNamespaceCommand + Yes bool + func NewTemporalOperatorNamespaceDeleteCommand(cctx *CommandContext, parent *TemporalOperatorNamespaceCommand) *TemporalOperatorNamespaceDeleteCommand + type TemporalOperatorNamespaceDescribeCommand struct + Command cobra.Command + NamespaceId string + Parent *TemporalOperatorNamespaceCommand + func NewTemporalOperatorNamespaceDescribeCommand(cctx *CommandContext, parent *TemporalOperatorNamespaceCommand) *TemporalOperatorNamespaceDescribeCommand + type TemporalOperatorNamespaceListCommand struct + Command cobra.Command + Parent *TemporalOperatorNamespaceCommand + func NewTemporalOperatorNamespaceListCommand(cctx *CommandContext, parent *TemporalOperatorNamespaceCommand) *TemporalOperatorNamespaceListCommand + type TemporalOperatorNamespaceUpdateCommand struct + ActiveCluster string + Cluster []string + Command cobra.Command + Data []string + Description string + Email string + HistoryArchivalState cliext.FlagStringEnum + HistoryUri string + Parent *TemporalOperatorNamespaceCommand + PromoteGlobal bool + ReplicationState cliext.FlagStringEnum + Retention cliext.FlagDuration + VisibilityArchivalState cliext.FlagStringEnum + VisibilityUri string + func NewTemporalOperatorNamespaceUpdateCommand(cctx *CommandContext, parent *TemporalOperatorNamespaceCommand) *TemporalOperatorNamespaceUpdateCommand + type TemporalOperatorNexusCommand struct + Command cobra.Command + Parent *TemporalOperatorCommand + func NewTemporalOperatorNexusCommand(cctx *CommandContext, parent *TemporalOperatorCommand) *TemporalOperatorNexusCommand + type TemporalOperatorNexusEndpointCommand struct + Command cobra.Command + Parent *TemporalOperatorNexusCommand + func NewTemporalOperatorNexusEndpointCommand(cctx *CommandContext, parent *TemporalOperatorNexusCommand) *TemporalOperatorNexusEndpointCommand + type TemporalOperatorNexusEndpointCreateCommand struct + Command cobra.Command + Parent *TemporalOperatorNexusEndpointCommand + func NewTemporalOperatorNexusEndpointCreateCommand(cctx *CommandContext, parent *TemporalOperatorNexusEndpointCommand) *TemporalOperatorNexusEndpointCreateCommand + type TemporalOperatorNexusEndpointDeleteCommand struct + Command cobra.Command + Parent *TemporalOperatorNexusEndpointCommand + func NewTemporalOperatorNexusEndpointDeleteCommand(cctx *CommandContext, parent *TemporalOperatorNexusEndpointCommand) *TemporalOperatorNexusEndpointDeleteCommand + type TemporalOperatorNexusEndpointGetCommand struct + Command cobra.Command + Parent *TemporalOperatorNexusEndpointCommand + func NewTemporalOperatorNexusEndpointGetCommand(cctx *CommandContext, parent *TemporalOperatorNexusEndpointCommand) *TemporalOperatorNexusEndpointGetCommand + type TemporalOperatorNexusEndpointListCommand struct + Command cobra.Command + Parent *TemporalOperatorNexusEndpointCommand + func NewTemporalOperatorNexusEndpointListCommand(cctx *CommandContext, parent *TemporalOperatorNexusEndpointCommand) *TemporalOperatorNexusEndpointListCommand + type TemporalOperatorNexusEndpointUpdateCommand struct + Command cobra.Command + Parent *TemporalOperatorNexusEndpointCommand + UnsetDescription bool + func NewTemporalOperatorNexusEndpointUpdateCommand(cctx *CommandContext, parent *TemporalOperatorNexusEndpointCommand) *TemporalOperatorNexusEndpointUpdateCommand + type TemporalOperatorSearchAttributeCommand struct + Command cobra.Command + Parent *TemporalOperatorCommand + func NewTemporalOperatorSearchAttributeCommand(cctx *CommandContext, parent *TemporalOperatorCommand) *TemporalOperatorSearchAttributeCommand + type TemporalOperatorSearchAttributeCreateCommand struct + Command cobra.Command + Name []string + Parent *TemporalOperatorSearchAttributeCommand + Type cliext.FlagStringEnumArray + func NewTemporalOperatorSearchAttributeCreateCommand(cctx *CommandContext, parent *TemporalOperatorSearchAttributeCommand) *TemporalOperatorSearchAttributeCreateCommand + type TemporalOperatorSearchAttributeListCommand struct + Command cobra.Command + Parent *TemporalOperatorSearchAttributeCommand + func NewTemporalOperatorSearchAttributeListCommand(cctx *CommandContext, parent *TemporalOperatorSearchAttributeCommand) *TemporalOperatorSearchAttributeListCommand + type TemporalOperatorSearchAttributeRemoveCommand struct + Command cobra.Command + Name []string + Parent *TemporalOperatorSearchAttributeCommand + Yes bool + func NewTemporalOperatorSearchAttributeRemoveCommand(cctx *CommandContext, parent *TemporalOperatorSearchAttributeCommand) *TemporalOperatorSearchAttributeRemoveCommand + type TemporalScheduleBackfillCommand struct + Command cobra.Command + EndTime cliext.FlagTimestamp + Parent *TemporalScheduleCommand + StartTime cliext.FlagTimestamp + func NewTemporalScheduleBackfillCommand(cctx *CommandContext, parent *TemporalScheduleCommand) *TemporalScheduleBackfillCommand + type TemporalScheduleCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalScheduleCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalScheduleCommand + type TemporalScheduleCreateCommand struct + Command cobra.Command + Parent *TemporalScheduleCommand + func NewTemporalScheduleCreateCommand(cctx *CommandContext, parent *TemporalScheduleCommand) *TemporalScheduleCreateCommand + type TemporalScheduleDeleteCommand struct + Command cobra.Command + Parent *TemporalScheduleCommand + func NewTemporalScheduleDeleteCommand(cctx *CommandContext, parent *TemporalScheduleCommand) *TemporalScheduleDeleteCommand + type TemporalScheduleDescribeCommand struct + Command cobra.Command + Parent *TemporalScheduleCommand + func NewTemporalScheduleDescribeCommand(cctx *CommandContext, parent *TemporalScheduleCommand) *TemporalScheduleDescribeCommand + type TemporalScheduleListCommand struct + Command cobra.Command + Long bool + Parent *TemporalScheduleCommand + Query string + ReallyLong bool + func NewTemporalScheduleListCommand(cctx *CommandContext, parent *TemporalScheduleCommand) *TemporalScheduleListCommand + type TemporalScheduleToggleCommand struct + Command cobra.Command + Parent *TemporalScheduleCommand + Pause bool + Reason string + Unpause bool + func NewTemporalScheduleToggleCommand(cctx *CommandContext, parent *TemporalScheduleCommand) *TemporalScheduleToggleCommand + type TemporalScheduleTriggerCommand struct + Command cobra.Command + Parent *TemporalScheduleCommand + func NewTemporalScheduleTriggerCommand(cctx *CommandContext, parent *TemporalScheduleCommand) *TemporalScheduleTriggerCommand + type TemporalScheduleUpdateCommand struct + Command cobra.Command + Parent *TemporalScheduleCommand + func NewTemporalScheduleUpdateCommand(cctx *CommandContext, parent *TemporalScheduleCommand) *TemporalScheduleUpdateCommand + type TemporalServerCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalServerCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalServerCommand + type TemporalServerStartDevCommand struct + Command cobra.Command + DbFilename string + DynamicConfigValue []string + Headless bool + HttpPort int + Ip string + LogConfig bool + MetricsPort int + Namespace []string + Parent *TemporalServerCommand + Port int + SearchAttribute []string + SqlitePragma []string + UiAssetPath string + UiCodecEndpoint string + UiIp string + UiPort int + UiPublicPath string + func NewTemporalServerStartDevCommand(cctx *CommandContext, parent *TemporalServerCommand) *TemporalServerStartDevCommand + type TemporalTaskQueueCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalTaskQueueCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalTaskQueueCommand + type TemporalTaskQueueConfigCommand struct + Command cobra.Command + Parent *TemporalTaskQueueCommand + func NewTemporalTaskQueueConfigCommand(cctx *CommandContext, parent *TemporalTaskQueueCommand) *TemporalTaskQueueConfigCommand + type TemporalTaskQueueConfigGetCommand struct + Command cobra.Command + Parent *TemporalTaskQueueConfigCommand + TaskQueue string + TaskQueueType cliext.FlagStringEnum + func NewTemporalTaskQueueConfigGetCommand(cctx *CommandContext, parent *TemporalTaskQueueConfigCommand) *TemporalTaskQueueConfigGetCommand + type TemporalTaskQueueConfigSetCommand struct + Command cobra.Command + FairnessKeyRpsLimitDefault string + FairnessKeyRpsLimitReason string + Parent *TemporalTaskQueueConfigCommand + QueueRpsLimit string + QueueRpsLimitReason string + TaskQueue string + TaskQueueType cliext.FlagStringEnum + func NewTemporalTaskQueueConfigSetCommand(cctx *CommandContext, parent *TemporalTaskQueueConfigCommand) *TemporalTaskQueueConfigSetCommand + type TemporalTaskQueueDescribeCommand struct + Command cobra.Command + DisableStats bool + LegacyMode bool + Parent *TemporalTaskQueueCommand + PartitionsLegacy int + ReportConfig bool + ReportReachability bool + SelectAllActive bool + SelectBuildId []string + SelectUnversioned bool + TaskQueue string + TaskQueueType cliext.FlagStringEnumArray + TaskQueueTypeLegacy cliext.FlagStringEnum + func NewTemporalTaskQueueDescribeCommand(cctx *CommandContext, parent *TemporalTaskQueueCommand) *TemporalTaskQueueDescribeCommand + type TemporalTaskQueueGetBuildIdReachabilityCommand struct + BuildId []string + Command cobra.Command + Parent *TemporalTaskQueueCommand + ReachabilityType cliext.FlagStringEnum + TaskQueue []string + func NewTemporalTaskQueueGetBuildIdReachabilityCommand(cctx *CommandContext, parent *TemporalTaskQueueCommand) *TemporalTaskQueueGetBuildIdReachabilityCommand + type TemporalTaskQueueGetBuildIdsCommand struct + Command cobra.Command + MaxSets int + Parent *TemporalTaskQueueCommand + TaskQueue string + func NewTemporalTaskQueueGetBuildIdsCommand(cctx *CommandContext, parent *TemporalTaskQueueCommand) *TemporalTaskQueueGetBuildIdsCommand + type TemporalTaskQueueListPartitionCommand struct + Command cobra.Command + Parent *TemporalTaskQueueCommand + TaskQueue string + func NewTemporalTaskQueueListPartitionCommand(cctx *CommandContext, parent *TemporalTaskQueueCommand) *TemporalTaskQueueListPartitionCommand + type TemporalTaskQueueUpdateBuildIdsAddNewCompatibleCommand struct + BuildId string + Command cobra.Command + ExistingCompatibleBuildId string + Parent *TemporalTaskQueueUpdateBuildIdsCommand + SetAsDefault bool + TaskQueue string + func NewTemporalTaskQueueUpdateBuildIdsAddNewCompatibleCommand(cctx *CommandContext, parent *TemporalTaskQueueUpdateBuildIdsCommand) *TemporalTaskQueueUpdateBuildIdsAddNewCompatibleCommand + type TemporalTaskQueueUpdateBuildIdsAddNewDefaultCommand struct + BuildId string + Command cobra.Command + Parent *TemporalTaskQueueUpdateBuildIdsCommand + TaskQueue string + func NewTemporalTaskQueueUpdateBuildIdsAddNewDefaultCommand(cctx *CommandContext, parent *TemporalTaskQueueUpdateBuildIdsCommand) *TemporalTaskQueueUpdateBuildIdsAddNewDefaultCommand + type TemporalTaskQueueUpdateBuildIdsCommand struct + Command cobra.Command + Parent *TemporalTaskQueueCommand + func NewTemporalTaskQueueUpdateBuildIdsCommand(cctx *CommandContext, parent *TemporalTaskQueueCommand) *TemporalTaskQueueUpdateBuildIdsCommand + type TemporalTaskQueueUpdateBuildIdsPromoteIdInSetCommand struct + BuildId string + Command cobra.Command + Parent *TemporalTaskQueueUpdateBuildIdsCommand + TaskQueue string + func NewTemporalTaskQueueUpdateBuildIdsPromoteIdInSetCommand(cctx *CommandContext, parent *TemporalTaskQueueUpdateBuildIdsCommand) *TemporalTaskQueueUpdateBuildIdsPromoteIdInSetCommand + type TemporalTaskQueueUpdateBuildIdsPromoteSetCommand struct + BuildId string + Command cobra.Command + Parent *TemporalTaskQueueUpdateBuildIdsCommand + TaskQueue string + func NewTemporalTaskQueueUpdateBuildIdsPromoteSetCommand(cctx *CommandContext, parent *TemporalTaskQueueUpdateBuildIdsCommand) *TemporalTaskQueueUpdateBuildIdsPromoteSetCommand + type TemporalTaskQueueVersioningAddRedirectRuleCommand struct + Command cobra.Command + Parent *TemporalTaskQueueVersioningCommand + SourceBuildId string + TargetBuildId string + Yes bool + func NewTemporalTaskQueueVersioningAddRedirectRuleCommand(cctx *CommandContext, parent *TemporalTaskQueueVersioningCommand) *TemporalTaskQueueVersioningAddRedirectRuleCommand + type TemporalTaskQueueVersioningCommand struct + Command cobra.Command + Parent *TemporalTaskQueueCommand + TaskQueue string + func NewTemporalTaskQueueVersioningCommand(cctx *CommandContext, parent *TemporalTaskQueueCommand) *TemporalTaskQueueVersioningCommand + type TemporalTaskQueueVersioningCommitBuildIdCommand struct + BuildId string + Command cobra.Command + Force bool + Parent *TemporalTaskQueueVersioningCommand + Yes bool + func NewTemporalTaskQueueVersioningCommitBuildIdCommand(cctx *CommandContext, parent *TemporalTaskQueueVersioningCommand) *TemporalTaskQueueVersioningCommitBuildIdCommand + type TemporalTaskQueueVersioningDeleteAssignmentRuleCommand struct + Command cobra.Command + Force bool + Parent *TemporalTaskQueueVersioningCommand + RuleIndex int + Yes bool + func NewTemporalTaskQueueVersioningDeleteAssignmentRuleCommand(cctx *CommandContext, parent *TemporalTaskQueueVersioningCommand) *TemporalTaskQueueVersioningDeleteAssignmentRuleCommand + type TemporalTaskQueueVersioningDeleteRedirectRuleCommand struct + Command cobra.Command + Parent *TemporalTaskQueueVersioningCommand + SourceBuildId string + Yes bool + func NewTemporalTaskQueueVersioningDeleteRedirectRuleCommand(cctx *CommandContext, parent *TemporalTaskQueueVersioningCommand) *TemporalTaskQueueVersioningDeleteRedirectRuleCommand + type TemporalTaskQueueVersioningGetRulesCommand struct + Command cobra.Command + Parent *TemporalTaskQueueVersioningCommand + func NewTemporalTaskQueueVersioningGetRulesCommand(cctx *CommandContext, parent *TemporalTaskQueueVersioningCommand) *TemporalTaskQueueVersioningGetRulesCommand + type TemporalTaskQueueVersioningInsertAssignmentRuleCommand struct + BuildId string + Command cobra.Command + Parent *TemporalTaskQueueVersioningCommand + Percentage int + RuleIndex int + Yes bool + func NewTemporalTaskQueueVersioningInsertAssignmentRuleCommand(cctx *CommandContext, parent *TemporalTaskQueueVersioningCommand) *TemporalTaskQueueVersioningInsertAssignmentRuleCommand + type TemporalTaskQueueVersioningReplaceAssignmentRuleCommand struct + BuildId string + Command cobra.Command + Force bool + Parent *TemporalTaskQueueVersioningCommand + Percentage int + RuleIndex int + Yes bool + func NewTemporalTaskQueueVersioningReplaceAssignmentRuleCommand(cctx *CommandContext, parent *TemporalTaskQueueVersioningCommand) *TemporalTaskQueueVersioningReplaceAssignmentRuleCommand + type TemporalTaskQueueVersioningReplaceRedirectRuleCommand struct + Command cobra.Command + Parent *TemporalTaskQueueVersioningCommand + SourceBuildId string + TargetBuildId string + Yes bool + func NewTemporalTaskQueueVersioningReplaceRedirectRuleCommand(cctx *CommandContext, parent *TemporalTaskQueueVersioningCommand) *TemporalTaskQueueVersioningReplaceRedirectRuleCommand + type TemporalWorkerCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalWorkerCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalWorkerCommand + type TemporalWorkerDeploymentCommand struct + Command cobra.Command + Parent *TemporalWorkerCommand + func NewTemporalWorkerDeploymentCommand(cctx *CommandContext, parent *TemporalWorkerCommand) *TemporalWorkerDeploymentCommand + type TemporalWorkerDeploymentDeleteCommand struct + Command cobra.Command + Parent *TemporalWorkerDeploymentCommand + func NewTemporalWorkerDeploymentDeleteCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentCommand) *TemporalWorkerDeploymentDeleteCommand + type TemporalWorkerDeploymentDeleteVersionCommand struct + Command cobra.Command + Parent *TemporalWorkerDeploymentCommand + SkipDrainage bool + func NewTemporalWorkerDeploymentDeleteVersionCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentCommand) *TemporalWorkerDeploymentDeleteVersionCommand + type TemporalWorkerDeploymentDescribeCommand struct + Command cobra.Command + Parent *TemporalWorkerDeploymentCommand + func NewTemporalWorkerDeploymentDescribeCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentCommand) *TemporalWorkerDeploymentDescribeCommand + type TemporalWorkerDeploymentDescribeVersionCommand struct + Command cobra.Command + Parent *TemporalWorkerDeploymentCommand + ReportTaskQueueStats bool + func NewTemporalWorkerDeploymentDescribeVersionCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentCommand) *TemporalWorkerDeploymentDescribeVersionCommand + type TemporalWorkerDeploymentListCommand struct + Command cobra.Command + Parent *TemporalWorkerDeploymentCommand + func NewTemporalWorkerDeploymentListCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentCommand) *TemporalWorkerDeploymentListCommand + type TemporalWorkerDeploymentManagerIdentityCommand struct + Command cobra.Command + Parent *TemporalWorkerDeploymentCommand + func NewTemporalWorkerDeploymentManagerIdentityCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentCommand) *TemporalWorkerDeploymentManagerIdentityCommand + type TemporalWorkerDeploymentManagerIdentitySetCommand struct + Command cobra.Command + DeploymentName string + ManagerIdentity string + Parent *TemporalWorkerDeploymentManagerIdentityCommand + Self bool + Yes bool + func NewTemporalWorkerDeploymentManagerIdentitySetCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentManagerIdentityCommand) *TemporalWorkerDeploymentManagerIdentitySetCommand + type TemporalWorkerDeploymentManagerIdentityUnsetCommand struct + Command cobra.Command + DeploymentName string + Parent *TemporalWorkerDeploymentManagerIdentityCommand + Yes bool + func NewTemporalWorkerDeploymentManagerIdentityUnsetCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentManagerIdentityCommand) *TemporalWorkerDeploymentManagerIdentityUnsetCommand + type TemporalWorkerDeploymentSetCurrentVersionCommand struct + AllowNoPollers bool + Command cobra.Command + IgnoreMissingTaskQueues bool + Parent *TemporalWorkerDeploymentCommand + Yes bool + func NewTemporalWorkerDeploymentSetCurrentVersionCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentCommand) *TemporalWorkerDeploymentSetCurrentVersionCommand + type TemporalWorkerDeploymentSetRampingVersionCommand struct + AllowNoPollers bool + Command cobra.Command + Delete bool + IgnoreMissingTaskQueues bool + Parent *TemporalWorkerDeploymentCommand + Percentage float32 + Yes bool + func NewTemporalWorkerDeploymentSetRampingVersionCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentCommand) *TemporalWorkerDeploymentSetRampingVersionCommand + type TemporalWorkerDeploymentUpdateVersionMetadataCommand struct + Command cobra.Command + Metadata []string + Parent *TemporalWorkerDeploymentCommand + RemoveEntries []string + func NewTemporalWorkerDeploymentUpdateVersionMetadataCommand(cctx *CommandContext, parent *TemporalWorkerDeploymentCommand) *TemporalWorkerDeploymentUpdateVersionMetadataCommand + type TemporalWorkerDescribeCommand struct + Command cobra.Command + Parent *TemporalWorkerCommand + WorkerInstanceKey string + func NewTemporalWorkerDescribeCommand(cctx *CommandContext, parent *TemporalWorkerCommand) *TemporalWorkerDescribeCommand + type TemporalWorkerListCommand struct + Command cobra.Command + Limit int + Parent *TemporalWorkerCommand + Query string + func NewTemporalWorkerListCommand(cctx *CommandContext, parent *TemporalWorkerCommand) *TemporalWorkerListCommand + type TemporalWorkflowCancelCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowCancelCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowCancelCommand + type TemporalWorkflowCommand struct + Command cobra.Command + Parent *TemporalCommand + func NewTemporalWorkflowCommand(cctx *CommandContext, parent *TemporalCommand) *TemporalWorkflowCommand + type TemporalWorkflowCountCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + Query string + func NewTemporalWorkflowCountCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowCountCommand + type TemporalWorkflowDeleteCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowDeleteCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowDeleteCommand + type TemporalWorkflowDescribeCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + Raw bool + ResetPoints bool + func NewTemporalWorkflowDescribeCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowDescribeCommand + type TemporalWorkflowExecuteCommand struct + Command cobra.Command + Detailed bool + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowExecuteCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowExecuteCommand + type TemporalWorkflowExecuteUpdateWithStartCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + RunId string + UpdateFirstExecutionRunId string + UpdateId string + UpdateInput []string + UpdateInputBase64 bool + UpdateInputFile []string + UpdateInputMeta []string + UpdateName string + func NewTemporalWorkflowExecuteUpdateWithStartCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowExecuteUpdateWithStartCommand + type TemporalWorkflowFixHistoryJsonCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + Source string + Target string + func NewTemporalWorkflowFixHistoryJsonCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowFixHistoryJsonCommand + type TemporalWorkflowListCommand struct + Archived bool + Command cobra.Command + Limit int + PageSize int + Parent *TemporalWorkflowCommand + Query string + func NewTemporalWorkflowListCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowListCommand + type TemporalWorkflowMetadataCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowMetadataCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowMetadataCommand + type TemporalWorkflowPauseCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + Reason string + func NewTemporalWorkflowPauseCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowPauseCommand + type TemporalWorkflowQueryCommand struct + Command cobra.Command + Name string + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowQueryCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowQueryCommand + type TemporalWorkflowResetCommand struct + BuildId string + Command cobra.Command + EventId int + Parent *TemporalWorkflowCommand + Query string + ReapplyExclude cliext.FlagStringEnumArray + ReapplyType cliext.FlagStringEnum + Reason string + RunId string + Type cliext.FlagStringEnum + WorkflowId string + Yes bool + func NewTemporalWorkflowResetCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowResetCommand + type TemporalWorkflowResetWithWorkflowUpdateOptionsCommand struct + Command cobra.Command + Parent *TemporalWorkflowResetCommand + func NewTemporalWorkflowResetWithWorkflowUpdateOptionsCommand(cctx *CommandContext, parent *TemporalWorkflowResetCommand) *TemporalWorkflowResetWithWorkflowUpdateOptionsCommand + type TemporalWorkflowResultCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowResultCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowResultCommand + type TemporalWorkflowShowCommand struct + Command cobra.Command + Detailed bool + Follow bool + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowShowCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowShowCommand + type TemporalWorkflowSignalCommand struct + Command cobra.Command + Name string + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowSignalCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowSignalCommand + type TemporalWorkflowSignalWithStartCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + SignalInput []string + SignalInputBase64 bool + SignalInputFile []string + SignalInputMeta []string + SignalName string + func NewTemporalWorkflowSignalWithStartCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowSignalWithStartCommand + type TemporalWorkflowStackCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + RejectCondition cliext.FlagStringEnum + func NewTemporalWorkflowStackCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowStackCommand + type TemporalWorkflowStartCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowStartCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowStartCommand + type TemporalWorkflowStartUpdateWithStartCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + RunId string + UpdateFirstExecutionRunId string + UpdateId string + UpdateInput []string + UpdateInputBase64 bool + UpdateInputFile []string + UpdateInputMeta []string + UpdateName string + UpdateWaitForStage cliext.FlagStringEnum + func NewTemporalWorkflowStartUpdateWithStartCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowStartUpdateWithStartCommand + type TemporalWorkflowTerminateCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + Query string + Reason string + Rps float32 + RunId string + WorkflowId string + Yes bool + func NewTemporalWorkflowTerminateCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowTerminateCommand + type TemporalWorkflowTraceCommand struct + Command cobra.Command + Concurrency int + Depth int + Fold []string + NoFold bool + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowTraceCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowTraceCommand + type TemporalWorkflowUnpauseCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + Reason string + func NewTemporalWorkflowUnpauseCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowUnpauseCommand + type TemporalWorkflowUpdateCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + func NewTemporalWorkflowUpdateCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowUpdateCommand + type TemporalWorkflowUpdateDescribeCommand struct + Command cobra.Command + Parent *TemporalWorkflowUpdateCommand + func NewTemporalWorkflowUpdateDescribeCommand(cctx *CommandContext, parent *TemporalWorkflowUpdateCommand) *TemporalWorkflowUpdateDescribeCommand + type TemporalWorkflowUpdateExecuteCommand struct + Command cobra.Command + Parent *TemporalWorkflowUpdateCommand + func NewTemporalWorkflowUpdateExecuteCommand(cctx *CommandContext, parent *TemporalWorkflowUpdateCommand) *TemporalWorkflowUpdateExecuteCommand + type TemporalWorkflowUpdateOptionsCommand struct + Command cobra.Command + Parent *TemporalWorkflowCommand + VersioningOverrideBehavior cliext.FlagStringEnum + VersioningOverrideBuildId string + VersioningOverrideDeploymentName string + func NewTemporalWorkflowUpdateOptionsCommand(cctx *CommandContext, parent *TemporalWorkflowCommand) *TemporalWorkflowUpdateOptionsCommand + type TemporalWorkflowUpdateResultCommand struct + Command cobra.Command + Parent *TemporalWorkflowUpdateCommand + func NewTemporalWorkflowUpdateResultCommand(cctx *CommandContext, parent *TemporalWorkflowUpdateCommand) *TemporalWorkflowUpdateResultCommand + type TemporalWorkflowUpdateStartCommand struct + Command cobra.Command + Parent *TemporalWorkflowUpdateCommand + WaitForStage cliext.FlagStringEnum + func NewTemporalWorkflowUpdateStartCommand(cctx *CommandContext, parent *TemporalWorkflowUpdateCommand) *TemporalWorkflowUpdateStartCommand + type UpdateStartingOptions struct + FirstExecutionRunId string + FlagSet *pflag.FlagSet + Headers []string + Name string + RunId string + UpdateId string + WorkflowId string + func (v *UpdateStartingOptions) BuildFlags(f *pflag.FlagSet) + type UpdateTargetingOptions struct + FlagSet *pflag.FlagSet + RunId string + UpdateId string + WorkflowId string + func (v *UpdateTargetingOptions) BuildFlags(f *pflag.FlagSet) + type WorkflowReferenceOptions struct + FlagSet *pflag.FlagSet + RunId string + WorkflowId string + func (v *WorkflowReferenceOptions) BuildFlags(f *pflag.FlagSet) + type WorkflowStartOptions struct + Cron string + FailExisting bool + FlagSet *pflag.FlagSet + IdConflictPolicy cliext.FlagStringEnum + IdReusePolicy cliext.FlagStringEnum + StartDelay cliext.FlagDuration + func (v *WorkflowStartOptions) BuildFlags(f *pflag.FlagSet) + type WorkflowUpdateOptionsOptions struct + FlagSet *pflag.FlagSet + VersioningOverrideBehavior cliext.FlagStringEnum + VersioningOverrideBuildId string + VersioningOverrideDeploymentName string + func (v *WorkflowUpdateOptionsOptions) BuildFlags(f *pflag.FlagSet)