You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to pass commands to mo-dev so that only specific canisters are included?
For instance, mo-dev generate will also generate the declarations for the internet_identity canister that's declared in the dfx.json but whose declarations are not needed (similarly they will be generated for a frontend canister).
The text was updated successfully, but these errors were encountered:
One solution could be to use mo-dev --deploy --exec 'dfx generate my_canister'. Since generating all bindings is the usual behavior for dfx projects, I'll see if we can make it possible to specify the default canisters in the dfx.json file.
Hello, thanks for the very useful project.
Is it possible to pass commands to mo-dev so that only specific canisters are included?
For instance,
mo-dev generate
will also generate the declarations for theinternet_identity
canister that's declared in thedfx.json
but whose declarations are not needed (similarly they will be generated for a frontend canister).The text was updated successfully, but these errors were encountered: