sdk
sdk copied to clipboard
`--argument-file` is not available in `dfx deploy`
I tried the following:
dfx deploy main --argument-file initArgs.did
I expected to see this happen: successful deploy
Instead, this happened: error: unexpected argument '--argument-file' found
Because of this I have to run two commands:
dfx build main --network icdfx canister install main --argument-file initArgs.did --network ic --mode upgrade
Meta
dfx --version:
dfx 0.15.3