Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command *cli.Command = &cli.Command{ Name: commandName, Aliases: []string{"c"}, Usage: "Create a new project", Flags: []cli.Flag{ shared.SystemNameFlag( "The name of your system (Kubernetes namespace) you want to create your application in.", true, ), shared.ApplicationNameFlag( "The name of the application you want to create.", ), shared.RuntimeCloudProviderFlag(), &cli.StringFlag{ Name: "template", Aliases: []string{"t"}, Usage: "The template to use for the project", Value: "dotnet", }, &cli.StringFlag{ Name: "default-branch", Aliases: []string{"b"}, Usage: "The default branch of the repository", Value: "trunk", }, &cli.StringFlag{ Name: "github-actions-directory", Aliases: []string{"G"}, Usage: "The root directory of your GitHub repository. The path specified will be prepended to '.github/workflows'.", }, }, Action: Create, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.