3scale-archive / 3scale-cli

DEPRECATED Beta of 3scale CLI, manage your 3scale installation directly from terminal (community supported)
https://www.3scale.net
MIT License
9 stars 21 forks source link

Cli does not provide a self-managed gateway option #68

Open kasriniv opened 6 years ago

kasriniv commented 6 years ago

When a service is created using the cli, it assumes that the gateway inbuilt in the SaaS will be used. One cannot change this to self-managed gateway. The cli should probably be parametrized to accept user input on what gateway to choose: Saas inbuilt or self-managed. The corresponding management api does provide a 'deployment' option parameter.

picsoung commented 6 years ago

hi @kasriniv Thats something that could be added with some questions asked to the user, or through some parameters passed to the command.

Same thing could be done for Auth mechanism.