dfinity / motoko

Simple high-level language for writing Internet Computer canisters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A mean to ask types confirmations without using DFX

vporton opened this issue · comments

I want a variation of --stable-compatible that would ask user for confirmations, when types are incompatible, like dfx deploy does.

This is because I want to do this without DFX (DFX is ill-designed: it recompiles everything even when there is no need).

In shell script, you can check the return code of --stable-compatible. If it's not 0, it's an error, and you can ask for confirmation in the script.

In shell script, you can check the return code of --stable-compatible. If it's not 0, it's an error, and you can ask for confirmation in the script.

No, in DFX confirmation is asked for every change individually. I want THAT.