We've removed the dfx upgrade command. Please use the dfx version manager to manage dfx versions instead.
This version no longer provides environment variable name formats that we deprecated in dfx 0.14.0.
If you are using environment variables to reference canister IDs and candid paths, you may need to update your environment variable names.
The only variable names now provided are the following, all uppercase, with any '-' replaced by '_':
CANISTER_CANDID_PATH_<CANISTER_NAME>CANISTER_ID_<CANISTER_NAME>
Rust canisters may need to upgrade their dependencies to at least:
candid = "0.10"
ic-cdk = "0.12"