pepper icon indicating copy to clipboard operation
pepper copied to clipboard

A library and stand-alone CLI tools to access a salt-api instance

Results 62 pepper issues
Sort by recently updated
recently updated
newest added

On `pepper/libpepper.py`, we have: ``` except (HTTPError, URLError) as exc: logger.debug('Error with request', exc_info=True) ... if status == 500: raise PepperException('Server error.') ``` Could the `PepperException` show some details on...

Feature

I've tried versions of pepper 0.4.1 to 0.5.1; I am using salt version 2017.7.2 (Nitrogen) w/ Python 2.7 I've installed pepper in linux, windows, and on a docker image; in...

If i have a failing scenario, pepper report '0' after it's done. I would like to have the option to change exitcode if all states doesn't return true, so i...

Feature

Add a method to stream events (from `/events` or `/ws`). I would suggest that this be a generator. This needs to be a new method because while you need the...

Hello, thank you for the pepper Could poll_for_returns returns a strict JSON format rather than a custom one ` for node in responded: yield None, "{{{}: {}}}".format( node, jid_ret['return'][0][node])` Otherwise...

I had problem with using --fail-if-incomplete parameter if i run command without this everything just works but with argument i get permission denied i inspect this issue and I see...

bug

Could you show how to run using pepper something like `salt-run survey.hash '*' pkg.list_upgrades refresh=True`? Or maybe even `salt-run survey.hash 'G@osfinger:debian-8' pkg.list_upgrades refresh=True match=complex` since that passes some parameters to...

It would be great if pepper could provide an interactive console, similar to the Python interactive console: this would allow to ask for password only once and then be able...

Feature

At some point in testing, I was quite surprised to find : ``` $ pepper -H -v '*' cmd.run 'whoami' {u'perms': [u'test.ping'], u'start': 1422612427.829301, u'token': u'318dec9ad3007ccbc978f2dea72bf285e0b0f8ae', u'expire': 1422655627.829302, u'user': u'saltdev',...

Feature

Using pkg_resources as an API is deprecated. Migrate functionality to the importlib equivalent. This repairs "No module named 'pkg_resources'" on modern distributions.