Documentation
¶
Index ¶
Constants ¶
View Source
const ( SAMPLESURL = "https://github.com/aziontech/azion-samples.git" APIURL = "https://api.azion.com/v4/utils/project_samples" )
Variables ¶
This section is empty.
Functions ¶
func NewInitCmd ¶
Types ¶
type ExtraInput ¶
type ExtraInput struct {
Key string `json:"key"`
Text string `json:"text"`
IsSecret bool `json:"is_secret"`
}
ExtraInput represents a single input for the extras block For type "env", each input contains a key and a user-facing prompt text
type Extras ¶
type Extras struct {
Type string `json:"type"`
Inputs []ExtraInput `json:"inputs"`
}
Extras represents optional additional information sent by the templates API Currently supports type "env" with a list of inputs to be collected from the user
Click to show internal directories.
Click to hide internal directories.