Advanced Candid argument operations #2623
nmattia
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
The example above has First question: would this be a better example?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently (AFAICT) I can only pass full-fledged arguments to
dfx install
, e.g.:$ dfx canister install --argument '(record {foo="bar"})'
I would like dfx to be able to read a (CLI) argument and splice it in for me, so that I don't have to deal with any shell escaping madness:
See for instance the various options e.g.
jq
offers for setting arguments/values:Beta Was this translation helpful? Give feedback.
All reactions