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

Reading a specific value #989

Open
gipeshka opened this issue Dec 15, 2022 · 0 comments
Open

Reading a specific value #989

gipeshka opened this issue Dec 15, 2022 · 0 comments

Comments

@gipeshka
Copy link

Hi all.

I'm facing a particular issue with Caliban now, that uses ZIO config to parse the params of the Client-generating command here.

I execute a command like:

calibanGenClient https://remote/url /path/to/generated/client --headers "Authorization:Bearer SecretValue="

The issue arises when there's a = sign in the value, it's not able to parse the thing.
If i apply it with --headers="Authorization:Bearer SecretValue=" the parsed value includes "s and it doesn't work again.

Thus the question is how can one pass both space and = in a value in a command line?

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

1 participant