Delete
Removes a formula from the local registry.
Usage
Use the delete
command to remove a formula stored locally:
g0 delete <formula-name>
Or shorthand del
:
g0 del <formula-name>
Deleting a formula will remove all versions.
Use the @
notation to specify a specific version to delete:
g0 delete <formula-name>@<version>
Deleting a formula for a specified version will also remove all prerelease versions of the specified version.