File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ or it can download from a Conan remote directly specifying the repository URL:
167167 $ conan config install-pkg myconf/version --url=< url/conan/remote/repo>
168168
169169
170+ When specifying the ``--url `` argument, a Conan remote named ``config_install_url `` is created on the fly.
171+ That means that if authentication is desired via env-vars, the env-var names will be ``CONAN_LOGIN_USERNAME_CONFIG_INSTALL_URL ``
172+ or ``CONAN_PASSWORD_CONFIG_INSTALL_URL ``.
173+
170174Conan configuration packages can also be parameterized depending on profiles, settings and options.
171175For example, if some organization would like to manage their configuration slightly differently for Windows and other platforms they could do:
172176
You can’t perform that action at this time.
0 commit comments