conan remote update my-repo https://new.url.com/repo
This is particularly useful in CI/CD scripts where you want to ensure the remote is configured correctly without worrying about whether it already exists. conan add remote
: Use conan remote list to check existing names, or use conan remote update if you intended to overwrite the URL of an existing remote. Error: "SSL verification failed" conan remote update my-repo https://new
| Command | Purpose | |---------|---------| | conan remote add | Add a new remote | | conan remote remove | Delete a remote | | conan remote update | Change URL of existing remote | | conan remote rename | Change name of existing remote | | conan remote list | Show all remotes with order and SSL settings | | conan remote list-refs | Show which remote contributed which package (debugging) | conan add remote
conan add remote myrepo https://myrepo.com/api/conan True
The fundamental command structure is straightforward:
conan add remote conancenter https://center.conan.io