Documentation ¶
Index ¶
- func ClearConfig()
- func Config(details *utils.ArtifactoryDetails, interactive, shouldEncPassword bool)
- func Download(downloadPattern string, flags *utils.Flags) string
- func GetConfig() *utils.ArtifactoryDetails
- func ShowConfig()
- func Upload(localPath, targetPath string, flags *utils.Flags) (totalUploaded, totalFailed int)
- type AqlSearchResult
- type AqlSearchResultItem
- type Artifact
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearConfig ¶
func ClearConfig()
func Config ¶
func Config(details *utils.ArtifactoryDetails, interactive, shouldEncPassword bool)
func Download ¶
Downloads the artifacts using the specified download pattern. Returns the AQL query used for the download.
func GetConfig ¶
func GetConfig() *utils.ArtifactoryDetails
func ShowConfig ¶
func ShowConfig()
Types ¶
type AqlSearchResult ¶
type AqlSearchResult struct {
Results []AqlSearchResultItem
}
type AqlSearchResultItem ¶
Click to show internal directories.
Click to hide internal directories.