anchor
anchor copied to clipboard
add remove command for CLI
I found that there was only the anchor new
command to create a program, but there was no corresponding command to delete a program. So, I added this functionality. Now we can use anchor remove <program name>
to delete a program.
Please note that currently only Rust projects are supported, Solidity projects are not supported.
@Confucian-e is attempting to deploy a commit to the coral-xyz Team on Vercel.
A member of the Team first needs to authorize it.
Thanks but this doesn't seem to handle any references to the program e.g. crate dependency or tests. Are you planning to handle those as well?
Well but I can't find where it is referenced. In the tests directory, I only found two tests related to the CLI: anchor-cli-idl
and anchor-cli-account
. Could you please tell me where it is referenced?