Documentation
¶
Index ¶
- Variables
- func Execute() error
- func GenerateIDToken() uuid.UUID
- func MergeConfig(opt *cmdCreateOptions, config *cmdCreateOptions)
- func PrettyPrint(v interface{}) (err error)
- func ProcessDownloadSlice(downloadSlice []string, remote tools.Remote)
- func ProcessUploadSlice(uploadSlice []string, remote tools.Remote)
- func ReadConfig(cloudProvider string) error
- func TabWriter(res interface{}, tmpl string)
- type Template
- type TemplateIndex
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "Not Set"
Version of CLI set by go build command go build -ldflags "-X main.Version=`git rev-parse HEAD`"
Functions ¶
func GenerateIDToken ¶ added in v0.1.13
func MergeConfig ¶ added in v0.1.22
func MergeConfig(opt *cmdCreateOptions, config *cmdCreateOptions)
MergeConfig merges the options from the configuration file into the command-line options. Command-line options take precedence over configuration file options.
func PrettyPrint ¶
func PrettyPrint(v interface{}) (err error)
func ProcessDownloadSlice ¶ added in v0.1.19
func ProcessUploadSlice ¶ added in v0.1.20
func ReadConfig ¶
Types ¶
type TemplateIndex ¶ added in v0.1.22
type TemplateIndex struct {
Templates []Template `yaml:"templates"`
}
Click to show internal directories.
Click to hide internal directories.