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

The salt-api has a logout endpoint, but libpepper currently does not have a convenience function to easily get to it.

Pepper version: 0.7.6 Salt Master version: 3001+ds-2 installed via pkg repo on Ubuntu 16.04 Salt API version is the same There does not appear to be a way to use...

Steps to reproduce: 1. Setup a venv on windows 2. Activate the virtual environment 3. `pip install salt-pepper` Doing this only pepper is available in virtualenv/Scripts and not pepper.cmd Obviously...

https://github.com/saltstack/pepper/blob/ee498f86c0dec0830938784b459a0af93f9f304f/pepper/script.py#L113 This line saves the response to a local file. My code calls this method but it adds some bad chars on MacOS (Macbook). The Windows machine has no issue....

Since the release of 0.7.6 earlier this month --fail-any-none is exiting the application with status code 255 instead of 0. When I downgrade the package to 0.7.5 it works as...

When I run a function asynchronously with `--client=local_async`, I can't get the result with `jobs.lookup_jid` runner because it generates a HTTP Error 500: Internal Server Error. For example: ``` $...

hi, i have serveral apis which i would like to control via pepper with the use of tokens: eg. in .pepperrc: ``` [api1] ... [api2] ... ``` when i use...

trying to delete a key self.api.login(self.uid, self.pwd, "pam") res = self.api.wheel("key.delete", keyId) returns delete command takes 1 argument, none given

Would adding a changelog to the project be possible? We like to update packages weekly and keep track of what changed in each update but its hard to tell without...