Skip to main content

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:

  1. Take a data backup to be safe.
  2. Remove the existing CLI:
    rm -rf /usr/bin/prime-cli
  3. Install the latest version of the CLI:
    curl -fsSL https://prime.plane.so/install/ | sh