What does the following command do?
dfx canister --ic install -m auto cycles_ledger
when I have in dfx.json
:
"cycles_ledger": {
"main": "src/MockCreateCanister.mo",
"type": "motoko",
"remote": {
"id": {
"ic": "um5iw-rqaaa-aaaaq-qaaba-cai"
}
}
}
In my understanding, it should do nothing (and return true (status 0) to the shell). Does it do what I expect or what?