Documentation
¶
Overview ¶
Package onboarder orchestrates the local onboarding flow.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
ConfigPath string
NoBrowser bool
SecureStorage bool
Scan bool
Signup bool
// RepoID is the provider's repository ID used to wire up the first pipeline
// definition and trigger. When empty it is resolved through the integration
// that owns the checkout's remote; if that cannot resolve it, pipeline setup is
// skipped with manual guidance. It is never prompted for — an opaque ID is not
// something a user can be expected to know.
RepoID string
}
Options configures the onboarding flow.
Click to show internal directories.
Click to hide internal directories.