You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a small mismatch in the documentation for conan remote add and the help output of the command in conan 2.0. It looks like --insert was changed to --index in the 2.0 release but the documentation wasn't updated
$ conan --version
Conan version 2.0.0
$ conan remote add -h
usage: conan remote add [-h] [-v [V]] [--logger] [--insecure] [--index INDEX] [-f] name url
Add a remote.
positional arguments:
name Name of the remote to add
url Url of the remote
optional arguments:
-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
--logger Show the output with log format, with time, type and message.
--insecure Allow insecure server connections when using SSL
--index INDEX Insert the remote at a specific position in the remote list
-f, --force Force the definition of the remote even if duplicated
The text was updated successfully, but these errors were encountered:
There is a small mismatch in the documentation for conan remote add and the help output of the command in conan 2.0. It looks like
--insert
was changed to--index
in the 2.0 release but the documentation wasn't updatedhttps://docs.conan.io/2/reference/commands/remote.html#conan-remote-add
The text was updated successfully, but these errors were encountered: