osc-cli icon indicating copy to clipboard operation
osc-cli copied to clipboard

Official Outscale CLI providing connectors to Outscale API.

Results 40 osc-cli issues
Sort by recently updated
recently updated
newest added

Hi, For example with CreateCa, we need to copy paste the content of our certificate. Maybe with the filepath it should be easier. Thanks

Hello, Would it be possible to add --endpoint parameter to osc-cli (like aws cli). First use case is when you start on Outscale and you first need to collect your...

Hello, We should improve our application with continuous integration.

Hi team, the implementation of OOS within osc-cli seems to be bwoken. Below the result I have ; after having modified sdk.py/OSUCall.API_NAME value to "osu" instead of "iam" which seems...

Hello, while using the function api_connect, We where puzzled to have the answer printed to stdout, instead of a good python variable Here is what we did to get something...

As an user, it should be nice to be able to fill in the config.json with help from a osc-cli configure. It should ask credentials, region, profile name and other...

Hello, It would be great that all services from Outscale can be used with official Outscale CLI. Do you plan to support OSU in a near future ? Thanks

Hi, With v1 version of Outscale API coming up, we need to explicitly set "v1" version in Outscale API url

I want to create a security rule in a security group: `osc-cli api CreateSecurityGroupRule --IpProtocol "tcp" --FromPortRange "3387" --ToPortRange "3387" --SecurityGroupId "sg-d1b578ad" --SecurityGroupNameToLink "sg-9831d787" --Flow "Inbound" --SecurityGroupAccountIdToLink "120287286635"` But the...

Could we see how fire retrieve the args https://github.com/google/python-fire to propose a PR to avoid --Filters.1 or Values.1.xxx, and put a list or dict instead ?