We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want a variation of --stable-compatible that would ask user for confirmations, when types are incompatible, like dfx deploy does.
--stable-compatible
dfx deploy
This is because I want to do this without DFX (DFX is ill-designed: it recompiles everything even when there is no need).
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No, in DFX confirmation is asked for every change individually. I want THAT.
No, it doesn't. See https://github.com/dfinity/sdk/blob/master/src/dfx/src/lib/operations/canister/install_canister.rs#L373
No branches or pull requests
I want a variation of
--stable-compatible
that would ask user for confirmations, when types are incompatible, likedfx 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).
The text was updated successfully, but these errors were encountered: