Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.36 KB

PackagesValidateuploadConan.md

File metadata and controls

19 lines (15 loc) · 1.36 KB

PackagesValidateuploadConan

Properties

Name Type Description Notes
ConanChannel string Conan channel. [optional] [default to null]
ConanPrefix string Conan prefix (User). [optional] [default to null]
InfoFile string The info file is an python file containing the package metadata. [default to null]
ManifestFile string The info file is an python file containing the package metadata. [default to null]
MetadataFile string The conan file is an python file containing the package metadata. [default to null]
Name string The name of this package. [optional] [default to null]
PackageFile string The primary file for the package. [default to null]
Republish bool If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. [optional] [default to null]
Tags string A comma-separated values list of tags to add to the package. [optional] [default to null]
Version string The raw version for this package. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]