Documentation ¶
Overview ¶
Package describe implements the template describe related subcommands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { cli.BaseCommand // contains filtered or unexported fields }
func (*Command) PredictArgs ¶ added in v0.9.3
func (c *Command) PredictArgs() complete.Predictor
type DescribeFlags ¶
type DescribeFlags struct { // Source is the location of the input template to be rendered. // // Example: github.com/abcxyz/abc/t/rest_server@latest Source string // GitProtocol either https or ssh. GitProtocol string }
DescribeFlags describes what template to describe.
func (*DescribeFlags) Register ¶
func (r *DescribeFlags) Register(set *cli.FlagSet)
Click to show internal directories.
Click to hide internal directories.