Maintenance
Update, repair, configure, and set up the CLI.
Maintenance commands manage the CLI itself. Use them to install agent skills, update the binary, repair local state, and change local configuration.
plot setup
Use plot setup to install or refresh Plot's bundled agent skills for
supported local agent tools.
plot setupRun setup non-interactively with defaults when scripting.
plot setup --yesplot update
Use plot update to check for and install the latest Plot CLI release.
plot updateplot repair
Use plot repair when the local CLI daemon or cache appears stale. It clears
stale state, restarts the daemon, and checks that it responds.
plot repairReset the local cache when instructed by support or when normal repair is not enough.
plot repair --reset-cache --yesplot config get analytics
Use plot config get analytics to inspect the local analytics setting.
plot config get analyticsplot config set analytics
Use plot config set analytics to enable or disable local CLI analytics.
plot config set analytics false
plot config set analytics true