Conan Add Remote [exclusive] -
conan user my_username -p -r company-repo
Conan searches remotes in the order they were added. Use conan remote add --insert to move a new remote to the top of the list. conan add remote
Automatically push built binaries to a remote to save colleagues from recompiling. conan user my_username -p -r company-repo Conan searches
Example output:
Adding a remote is done via the command line. The syntax registers a name for the remote and the URL where the server is hosted. conan add remote
Once executed, Conan adds this entry to your global configuration (usually found in ~/.conan/remotes.json ).