Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "update-file", Short: "Update file in GitLab using API", Run: func(cmd *cobra.Command, args []string) { gitlabUpdateFile(FlagGitlabUrl, FlagToken, FlagProjectId, FlagBranch, FlagFile, FlagContent, FlagCommitterEmail, FlagCommitterName, FlagCommitMessage) }, }
View Source
var FlagBranch string
View Source
var FlagCommitMessage string
View Source
var FlagCommitterEmail string
View Source
var FlagCommitterName string
View Source
var FlagContent string
View Source
var FlagFile string
View Source
var FlagGitlabUrl string
View Source
var FlagProjectId int
View Source
var FlagToken string
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.