Re: [Pulp-dev] [Pulp-list] Pulp 3 CLI PoC Feedback

2020-10-05 Thread David Davis
Good question. I think the short/easy answer is to edit this line of code and set default=False: https://github.com/pulp/pulp-cli/blob/e913ca808e324f1dbfd51907450394dab4a935cc/pulpcore/cli/common.py#L54 Alternatively, the CLI uses requests and per the requests docs[0] I think you can specify whic

Re: [Pulp-dev] Pulp 3 CLI PoC Feedback

2020-10-05 Thread Brian Bouterse
I'm excited to use this. I went to try it, but the CLI's requests wouldn't trust the server which uses self-signed certificates. When running `pulp status` I get this error: requests.exceptions.SSLError: HTTPSConnectionPool(host='localhost', port=443): Max retries exceeded with url: /pulp/api/v3/d

[Pulp-dev] Pulp 3 CLI PoC Feedback

2020-10-05 Thread Melanie Corr
Hi all, An initial Pulp 3 CLI PoC is now available. We are hoping to gather as much feedback as possible from the Pulp community so that future development can progress with your opinions and requirements in mind. The following blog post has instructions on how to download and install the Pulp 3