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 VCS repository external ID (the numeric GitHub repo ID) used
// to wire up the first pipeline definition and trigger. When empty it is
// resolved through the CircleCI GitHub App; if that cannot resolve it, pipeline
// setup is skipped with manual guidance. It is never prompted for — an opaque
// numeric 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.