Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterMCPTools ¶ added in v1.12.0
func RegisterMCPTools(s *server.MCPServer, options McpOptions)
Types ¶
type ConfigInput ¶ added in v0.7.1
type ConfigInput struct { ID graphql.ID `json:"id"` Type ConfigType `json:"type"` Value graphql.String `json:"value"` WriteOnly graphql.Boolean `json:"writeOnly"` }
ConfigInput represents the input required to create or update a config element.
type ConfigType ¶ added in v0.7.1
type ConfigType string
ConfigType is a type of configuration element.
type EnvironmentVariable ¶ added in v0.21.0
type EnvironmentVariable struct { Key graphql.String `json:"key"` Value graphql.String `json:"value"` }
EnvironmentVariable represents a key-value pair of environment variables
type LocalPreviewOptions ¶ added in v1.12.0
type McpOptions ¶ added in v1.12.0
type McpOptions struct {
UseHeadersForLocalPreview bool
}
type RuntimeConfigInput ¶ added in v1.10.0
type RuntimeConfigInput struct {
Yaml *string `json:"yaml"`
}
RuntimeConfigInput represents the input for triggering a run with a runtime configuration.
Source Files
¶
- delete.go
- dependencies.go
- enable.go
- environment.go
- flags.go
- inputs.go
- list.go
- local_preview.go
- lock.go
- mcp.go
- open_command.go
- outputs.go
- resources.go
- run_cancel.go
- run_changes.go
- run_confirm.go
- run_deprioritize.go
- run_discard.go
- run_list.go
- run_logs.go
- run_prioritize.go
- run_replan.go
- run_retry.go
- run_review.go
- run_trigger.go
- set_current_commit.go
- show.go
- stack.go
- stack_selector.go
- sync.go
- task_command.go
Click to show internal directories.
Click to hide internal directories.