package
Version:
v5.1.0
Opens a new window with list of versions in this module.
Published: Mar 24, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewProvisionCommand is the 'beta provision' commmand
type Config struct {
License struct {
FileRef FileRef `yaml:"fileRef"`
} `yaml:"license"`
Connections map[string]connection `yaml:"connections"`
}
Config represents the high level structure of expected file for 'provision'
cmd.
type FileRef struct {
Inline string `yaml:"inline"`
URL string `yaml:"URL"`
Filepath string `yaml:"filepath"`
}
FileRef is structure that specifies how to retrieve the file to be uploaded
Source Files
¶
Click to show internal directories.
Click to hide internal directories.