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
Wait flag has been removed: Default behavior is now to wait for a response and a new --async option enables you to get a request identifier and check on the results of your request later.
dfx stop to stop dfx if it’s running in the background: It will stop the processes whether the client processes are running in the terminal or the background.
Developer can refer to canister by name: Install or call by using the name defined for the canister in the project dfx.json file.
Add support for argument to dfx build: Ignored in previous versions.