osc-cli
osc-cli copied to clipboard
Official Outscale CLI providing connectors to Outscale API.
Hi, We would need to manage tag-like structure: > osc-cli fcu CreateTags --ResourceId i-be1dcf1a --Tag Key=Name,Value=MyValue Note that it's still possible add tags through: > osc-cli fcu CreateTags --ResourceId i-be1dcf1a...
Hi, Currently, if osc-cli get a 400, it will print a backtrace which is not quite a good user experience. ```bash osc-cli api ReadVmsHealth --LoadBalancerName 'XXX' Traceback (most recent call...
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.14 to 2.31.0.20231231. 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...
Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.8.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.8 We’ve just uploaded mypy 1.8 to the Python Package Index (PyPI). Mypy...
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.1 to 1.7.6. Release notes Sourced from bandit's releases. 1.7.5 What's Changed Add an example screen shot of Bandit to README by @ericwb in PyCQA/bandit#847 Bad link...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.13.0 to 3.0.3. Commits 1a5ffc1 Bump pylint to 3.0.3, update changelog 54687e7 Disallow isort 5.13.0 (#9290) (#9292) fea5483 [wrong-exception-operation] Fix FP for tuple concatenation of exception types......
CreateVolume () { COMPREPLY=($(compgen -W " --AvailabilityZone ... According with the documentation CreateVolume need SubregionName and not AvailabilityZone Regards
ICU is said to use basic auth when using password auth (but doesn't). so we doesn't set basic auth header properly (which is not a problem for now) but if...
Currently disabled, ssems to have missing files. See https://github.com/outscale/osc-cli/actions/runs/4064686604
Because of this: https://github.com/outscale/osc-config-spec endpoint was supported by osc-cli instead of endpoints as specify by the standard. So this PR add support for endpoints. Instead of patching osc-cli in order...