anchor icon indicating copy to clipboard operation
anchor copied to clipboard

add remove command for CLI

Open Confucian-e opened this issue 10 months ago • 2 comments

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 avatar Apr 22 '24 10:04 Confucian-e

@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.

vercel[bot] avatar Apr 22 '24 10:04 vercel[bot]

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?

Confucian-e avatar Apr 23 '24 02:04 Confucian-e