CLI errors
This page helps you troubleshoot common issues you might encounter when using the Plane CLI tools. It covers potential causes of errors and provides clear steps to resolve them.
Failed to update Prime CLI
Error: Failed to update Prime CLI, please contact support or try again later.
This error typically occurs if you're using an older version of the Prime CLI. To fix it:
- Take a data backup to be safe.
- Remove the existing CLI:
rm -rf /usr/bin/prime-cli
- Install the latest version of the CLI:
curl -fsSL https://prime.plane.so/install/ | sh