Skip to content
New issue

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

A mean to ask types confirmations without using DFX #4479

Open
vporton opened this issue Apr 1, 2024 · 3 comments
Open

A mean to ask types confirmations without using DFX #4479

vporton opened this issue Apr 1, 2024 · 3 comments

Comments

@vporton
Copy link

vporton commented Apr 1, 2024

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).

@chenyan-dfinity
Copy link
Contributor

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.

@vporton
Copy link
Author

vporton commented Apr 2, 2024

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.

@chenyan-dfinity
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants