Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command *cli.Command = &cli.Command{ Name: commandName, Aliases: []string{"gha"}, Usage: "Add GitHub Actions to a project", Flags: []cli.Flag{ shared.SystemNameFlag( "The name of your system (Kubernetes namespace) you want to deploy to.", true, ), shared.ApplicationNameFlag( "The name of the application you want to build and deploy.", ), shared.RuntimeCloudProviderFlag(), shared.HelmValuesFileFlag(), &cli.StringFlag{ Name: "default-branch", Aliases: []string{"b"}, Usage: "The default branch of the repository", Value: "trunk", }, }, Action: GitHubActions, }
Functions ¶
func GitHubActions ¶
func GitHubActions(c *cli.Context) error
Types ¶
Click to show internal directories.
Click to hide internal directories.