promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

agy plugin enable <name>

Reactivates a previously disabled plugin without reinstalling it.

agy plugin enable <plugin_name> reactivates the tools of a plugin that was previously suspended with agy plugin disable, without needing to reinstall it.

โœ… WHEN TO USE IT?

Make a suspended plugin usable again

agy plugin enable my-plugin

โ›” WHEN NOT TO?

The plugin isn't installed yet

enable only re-activates an already installed, disabled plugin.

Better: Use agy plugin install <path> first

SOURCES