Plot HomeDocumentation

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 setup

Run setup non-interactively with defaults when scripting.

plot setup --yes

plot update

Use plot update to check for and install the latest Plot CLI release.

plot update

plot 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 repair

Reset the local cache when instructed by support or when normal repair is not enough.

plot repair --reset-cache --yes

plot config get analytics

Use plot config get analytics to inspect the local analytics setting.

plot config get analytics

plot 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