rabbitmqctl.bat encode doesn't works under Windows #13424
-
Describe the bugDocu describes following example:
Using this snipped in PowerShell :
return above error. RabbitMQ-Version: 4.0.1 Reproduction stepsUsing this snipped in PowerShell :
return above error. Expected behaviorClear documentation how to use this under Windows PowerShell/Cmd-Line. Additional contextWorkaround> .\rabbitmqctl.bat encode '"""ABC"""' "1234"
Encrypting value ...
{encrypted,<<"GvSHcFgA2c0ji2j1DsZn9gGqVNXODWvocjj/YQCFEsCBmJEb50NrPJM7gDELGYDp">>} |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Don't use PowerShell:
|
Beta Was this translation helpful? Give feedback.
-
Actually, it's not a PowerShell issue. If I take
So, this has to do with how |
Beta Was this translation helpful? Give feedback.
-
@moerwald - this is the correct way to escape the arguments for
I will see what documentation I can update. |
Beta Was this translation helpful? Give feedback.
@moerwald - this is the correct way to escape the arguments for
encode
to work, when using PowerShell:I will see what documentation I can update.