-
Notifications
You must be signed in to change notification settings - Fork 99
feat: implement 'dfx canister migrate-id' #4412
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
base: master
Are you sure you want to change the base?
Conversation
| if !opts.yes { | ||
| ask_for_consent( | ||
| env, | ||
| &format!("Canister '{source_canister}' will be removed from its own subnet. Continue?"), |
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.
We could additionally check if the canister is uninstalled and has any data - e.g., snapshots.
|
Dear @vincent-dfinity, In order to potentially merge your code in this open-source repository and therefore proceed with your contribution, we need to have your approval on DFINITY's CLA. If you decide to agree with it, please visit this issue and read the instructions there. Once you have signed it, re-trigger the workflow on this PR to see if your code can be merged. — The DFINITY Foundation |
Description
Implement
dfx canister migrate-id.dfx canister migration-statusFixes # (issue)
SDK-2046
How Has This Been Tested?
A new e2e test added.
Checklist: