Documentation ¶
Index ¶
Constants ¶
View Source
const LANGUAGE_VARIABLE = "LANGUAGE"
View Source
const TWO_SPACES = " "
Variables ¶
View Source
var ErrNoLanguageDetected = errors.New("no supported languages were detected")
ErrNoLanguageDetected is raised when `draft create` does not detect source code for linguist to classify, or if there are no packs available for the detected languages.
View Source
var VERSION = "v0.0.7"
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func GetAzSubscriptionId ¶
Types ¶
type CreateConfig ¶ added in v0.0.26
type CreateConfig struct { DeployType string `yaml:"deployType"` LanguageType string `yaml:"languageType"` DeployVariables []UserInputs `yaml:"deployVariables"` LanguageVariables []UserInputs `yaml:"languageVariables"` }
type UserInputs ¶ added in v0.0.26
Click to show internal directories.
Click to hide internal directories.