Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindGitlabToolConfig ¶
func NewYamlSourceFromFile ¶
func NewYamlSourceFromFile(file string) (altsrc.InputSourceContext, error)
NewYamlSourceFromFile creates a new Yaml InputSourceContext from a filepath.
func NewYamlSourceFromFlagFunc ¶
func NewYamlSourceFromFlagFunc(flagFileName string) func(context *cli.Context) (altsrc.InputSourceContext, error)
NewYamlSourceFromFlagFunc creates a new Yaml InputSourceContext from a provided flag name and source context.
Types ¶
type Config ¶
type Config struct {
GitLabURL string
GitLabToken string
GitLabGroup string
ExcludeProjects []string
}
Config represents common gitlab-cli settings
type GitLabPath ¶
Click to show internal directories.
Click to hide internal directories.