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
Doing this only pepper is available in virtualenv/Scripts and not pepper.cmd
Obviously not critical since the workaround is to just manually copy and insert pepper.cmd in virtualenv/Scripts
Furthermore, cmd can not handle targeting with quotes or backslash.
I.e. pepper "*" test.ping and pepper \* test.ping will not work but pepper * test.ping works.
Maybe this should be mentioned in the docs since I had to debug the HTTP messages to work this out.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
pip install salt-pepper
Doing this only pepper is available in virtualenv/Scripts and not pepper.cmd
Obviously not critical since the workaround is to just manually copy and insert pepper.cmd in virtualenv/Scripts
Furthermore, cmd can not handle targeting with quotes or backslash.
I.e.
pepper "*" test.ping
andpepper \* test.ping
will not work butpepper * test.ping works
.Maybe this should be mentioned in the docs since I had to debug the HTTP messages to work this out.
The text was updated successfully, but these errors were encountered: