-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: Add ability to force init and new commands via cli #2698
Conversation
@johnanthos is attempting to deploy a commit to the coral-xyz Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, this is looking good for anchor init
but #2669 also mentions anchor new
, could you add it as well?
@acheroncrypto thank you so much for the quick review and feedback. On it. |
Co-authored-by: acheron <98934430+acheroncrypto@users.noreply.github.com>
Co-authored-by: acheron <98934430+acheroncrypto@users.noreply.github.com>
@acheroncrypto added to the |
Almost ready. Fixed the CI errors( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you for addressing the feedback quickly and including a PR explanation.
Problem
Currently there's no way to force
init
andnew
commands via the cli. This is described at #2669.Summary of changes
--force
argument to theinit
commandFixes #2669