Delete

Removes a formula from the local registry.

Usage

Use the delete command to remove a formula stored locally:

Terminal
g0 delete <formula-name>

Or shorthand del:

Terminal
g0 del <formula-name>

Deleting a formula will remove all versions.

Use the @ notation to specify a specific version to delete:

Terminal
g0 delete <formula-name>@<version>

Deleting a formula for a specified version will also remove all prerelease versions of the specified version.

On this page