dfx deploy all --except #4414
seb-icp
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be helpful to deploy all canisters in a project except specific ones from an exclusion list. This is particularly useful when skipping frontend deployment (which takes longest) while running a local dev server, but still needing all backend canisters deployed.
Currently, we can achieve this by explicitly listing all other canisters with dfx deploy [canister1] [canister2]..., but a direct exclusion flag would be nice to have.
Suggested syntax:
dfx deploy all --expect frontendBeta Was this translation helpful? Give feedback.
All reactions