Documentation
¶
Index ¶
- func FirstNonEmpty(values ...string) string
- func GetAuthenticatedGithubClient() *github.Client
- func PromptYesNo(question string, nonInteractive bool) (bool, error)
- func RemoveZeroValues(slice []string) []string
- func ResolveCommitHash(possibleCommitHash string) (string, error)
- func ResolveCommitMessage(possibleCommitMessage string) (string, error)
- func ResolveGitRepositoryTopLevelPath() (string, error)
- func ResolveRepositoryName(possibleRepositoryName string) (string, error)
- func StringWithDefault(value, defaultValue string) string
- func WriteFileWithTemplate(directory string, fileName string, templateFile string, templates embed.FS, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FirstNonEmpty ¶ added in v0.26.0
func GetAuthenticatedGithubClient ¶ added in v0.29.0
func PromptYesNo ¶ added in v0.20.0
func RemoveZeroValues ¶
func ResolveCommitHash ¶ added in v0.13.0
func ResolveCommitMessage ¶ added in v0.13.0
func ResolveGitRepositoryTopLevelPath ¶ added in v0.27.0
func ResolveRepositoryName ¶ added in v0.13.0
func StringWithDefault ¶ added in v0.13.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.