Versions in this module Expand all Collapse all v0 v0.94.0 Apr 4, 2026 Changes in this version + func FlatRegistries(cfg ContextConfig) []fcre.ContextRegistryEntry + func IsOnChainRegistry(deploymentRegistryID string, registries []fcre.ContextRegistryEntry) bool + func NewCLIRunner(binaryPath string, apiKey string, opts ...CLIRunnerOption) *cliRunner + func WriteCREEnvFile(workDir, contextYAMLPath string, cfg cfgenv.CREConfig, donFamily string) (string, error) + func WriteContextYAML(dir string, cfg ContextConfig) (string, error) + func WriteWorkflowYAML(dir string, cfg WorkflowConfig) (string, error) + type CLIRunnerOption func(*cliRunner) + func WithContextRegistries(registries []fcre.ContextRegistryEntry) CLIRunnerOption + func WithOutputWriters(stdout io.Writer, stderr io.Writer) CLIRunnerOption + type ContextConfig map[string]ContextEnvironment + func BuildContextConfig(donFamily string, contextOverrides ContextOverrides, cfg cfgenv.CREConfig, ...) (ContextConfig, error) + type ContextEnvironment struct + DonFamily string + GatewayURL string + Registries []fcre.ContextRegistryEntry + TenantID string + type ContextOverrides struct + GatewayURL string + Registries []fcre.ContextRegistryEntry + TenantID string + type UserWorkflow struct + DeploymentRegistry string + WorkflowName string + type WorkflowArtifacts struct + ConfigPath string + SecretsPath string + WorkflowPath string + type WorkflowConfig map[string]WorkflowTarget + type WorkflowTarget struct + UserWorkflow UserWorkflow + WorkflowArtifacts WorkflowArtifacts