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
the --replace and --add examples that have "quoted" strings in them lead to a parse error. the other examples work fine.
Reproducing the bug
ory patch project 650fbb1c-a376-45a2-b56c-cdf1ec2d1c74 \
--add '/services/identity/config/courier/smtp={"from_name":"My new email name"}'
leads to
invalid argument "/services/identity/config/courier/smtp={\"from_name\":\"My new email name\"}" for "--add" flag: parse error on line 1, column 41: bare " in non-quoted-field
ory patch project 650fbb1c-a376-45a2-b56c-cdf1ec2d1c74 \
--add "/services/identity/config/courier/smtp={\"from_name\":\"My new email name\"}"
leads to
invalid argument "/services/identity/config/courier/smtp={\"from_name\":\"My new email name\"}" for "--add" flag: parse error on line 1, column 41: bare " in non-quoted-field
Preflight checklist
Describe the bug
Not all of the examples displayed in the CLI help are working:
the --replace and --add examples that have "quoted" strings in them lead to a parse error. the other examples work fine.
Reproducing the bug
leads to
leads to
similar with the --replace flag
leads to
Relevant log output
No response
Relevant configuration
No response
Version
not sure if this makes sense here
On which operating system are you observing this issue?
Ory Cloud
In which environment are you deploying?
Ory Cloud
Additional Context
No response
The text was updated successfully, but these errors were encountered: