You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,19 @@ Your principal for ICP wallets and decentralized exchanges: ueuar-wxbnk-bdcsr-dn
111
111
112
112
Add pre-install tasks, which can be defined by the new `pre-install` key for canister objects in `dfx.json` with a command or list of commands.
113
113
114
+
### chore: Warn when the 'canister_ids.json' file is first generated for persistent networks.
115
+
116
+
Warn when the 'canister_ids.json' file is first generated for persistent networks.
117
+
118
+
```
119
+
dfx deploy --network ic
120
+
...
121
+
test_backend canister created on network ic with canister id: j36qm-pqaaa-aaaan-qzqya-cai
122
+
WARN: The "/home/sdk/repos/test/canister_ids.json" file has been generated. Please make sure you store it correctly, e.g., submitting it to a GitHub repository.
0 commit comments