CLI Installation
The Cmdop CLI is the primary way to connect your machines.
Install
curl -sSL cmdop.com/install.sh | bashiwr -useb cmdop.com/install.ps1 | iexVerify Installation
cmdop --versionLogin
Authenticate with your Cmdop account:
cmdop loginThis opens a browser for OAuth authentication.
Connect Your Machine
Start the agent to make this machine accessible:
cmdop connectUpdate
cmdop agent restartThe agent auto-updates in the background.
Uninstall
rm -rf ~/.cmdop
rm /usr/local/bin/cmdopRemove-Item -Recurse $env:APPDATA\cmdop
Remove-Item $env:LOCALAPPDATA\cmdop\cmdop.exe