osc-cli
osc-cli copied to clipboard
Official Outscale CLI providing connectors to Outscale API.
Hello, Currently, the only way to set credentials is through a file, which is not ideal with tools that manages secrets properly in environment variables, such as CI tools. Could...
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.14 to 2.28.11.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Currently, `osc-cli` only supports `client_certificate`. Could you support theses too ? - x509_client_cert : path of client certificate - x509_client_cert_b64: client certificate base64 encoded - x509_client_key: path to client key...
Hi, Seems that "endpoints" in `osc/config.json` makes osc-cli crash. ``` $ osc-cli api ReadNets Traceback (most recent call last): File "/tmp/.mount_osc-clA4himb/opt/python3.9/bin/osc-cli", line 34, in sys.exit(load_entry_point('osc-sdk==1.8.0', 'console_scripts', 'osc-cli')()) File "/tmp/.mount_osc-clA4himb/opt/python3.9/lib/python3.9/site-packages/osc_sdk-1.8.0-py3.9.egg/osc_sdk/sdk.py", line...
Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...
Bumps [types-dataclasses](https://github.com/python/typeshed) from 0.6.4 to 0.6.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Once #198 done, we should be able to add tests for https://github.com/outscale/osc-cli/pull/196 so we check that feature still work with the correct condition.
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.0 to 2.13.9. Changelog Sourced from pylint's changelog. What's New in Pylint 2.13.9? Release date: 2022-05-13 Respect ignore configuration options with --recursive=y. Closes #6471 Fix false positives...
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.1 to 1.7.2. Release notes Sourced from bandit's releases. 1.7.2 What's Changed Fix broken reported URL link for B107 by @bagerard in PyCQA/bandit#751 test_help_arg: remove assert on...
Is it possible to add 'no-ssl-verify' option ? `--no-verify-ssl (boolean)` This option overrides the default behavior of verifying SSL certificates.