Conan Add Remote
| Option | Description | |--------|-------------| | --insert | Inserts the remote at a specific position in the remote list (0 is the highest priority). Without this, the new remote is appended to the end (lowest priority). | | --force | Overwrites an existing remote with the same name. Useful for updating URLs or credentials without manual removal. | | --insecure | Disables SSL/TLS verification for this remote. ; only for testing with self-signed certificates. | | --index (or --position ) | Used together with --insert to specify the exact index (e.g., --insert --index 0 for highest priority). |
If your company hosts a repository:
: Use --index to specify the search priority. For example, --index 0 makes it the first remote checked. conan add remote