Versions in this module Expand all Collapse all v0 v0.2.0 Apr 26, 2026 Changes in this version + func IsLocalhostEndpoint(endpoint string) bool + func ResolveDeployConfigPath(configPath string) string + type PreflightErrorMsg = preflight.ErrorMsg + type PreflightInstalledMsg = preflight.InstalledMsg + type PreflightModel struct + Error error + func NewPreflightModel(opts PreflightOptions) *PreflightModel + func (m PreflightModel) Init() tea.Cmd + func (m PreflightModel) Update(msg tea.Msg) (PreflightModel, tea.Cmd) + func (m PreflightModel) View() string + type PreflightOptions struct + CommandName string + ConfProvider *config.Provider + Headless bool + HeadlessWriter io.Writer + JsonMode bool + Styles *stylespkg.Styles + type PreflightSatisfiedMsg = preflight.SatisfiedMsg