Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubBootstrapAction ¶
type GitHubBootstrapAction struct { Owner string `required:"true" desc:"The owner of the repository to host the Devbot GitOps specification."` Name string `required:"true" desc:"The name of the repository to host the Devbot GitOps specification."` Visibility string `desc:"Repository visibility to use for the repository when created."` PersonalAccessToken string `required:"true" desc:"The personal access token to use for authentication."` Timeout string `desc:"How long to wait for Devbot to become ready (defaults to 10m.)"` GithubWebhooksURL string `` /* 217-byte string literal not displayed */ }
GitHubBootstrapAction is the command executor for the "devbot bootstrap github" command.
Click to show internal directories.
Click to hide internal directories.