conan source¶
$ conan source -h
WARN: Downgrading cache from Conan 2.2.3 to 2.0.17
usage: conan source [-h] [-v [V]] [--name NAME] [--version VERSION]
[--user USER] [--channel CHANNEL]
path
Call the source() method.
positional arguments:
path Path to a folder containing a conanfile.py
options:
-h, --help show this help message and exit
-v [V] Level of detail of the output. Valid options from less
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug, -vvv
or -vtrace
--name NAME Provide a package name if not specified in conanfile
--version VERSION Provide a package version if not specified in conanfile
--user USER Provide a user if not specified in conanfile
--channel CHANNEL Provide a channel if not specified in conanfile
See also
Read the tutorial about the local package development flow.