AWS CLI not allowing spaces in string passed to flag value #9108
Unanswered
Ali-Khalifa98
asked this question in
Q&A
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.
-
I am trying to execute aws cli command with flag --description "Hello World" but it fails because of the white space.
example command am trying:
aws lexv2-models update-intent --description "Hello World"
the error I receive
Unknown options: World"
Beta Was this translation helpful? Give feedback.
All reactions