devctl

package
v0.0.0-...-03eeb13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

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.

func (*GitHubBootstrapAction) Run

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL