-
Notifications
You must be signed in to change notification settings - Fork 80
Update Load Balancer CLI options #521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Load Balancer CLI options #521
Conversation
optik-aper
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've noted some changes and I think overall, my thoughts are that there are too many flags doing the slightly different things on the same command. I would like to split all ssl logic into the ssl sub-command. Also formatting of the input data as b64 seems inappropriate as an entirely separate flag even though that's how the API is designed, though I'm not sure there's a better solution.
af469d4 to
c6339a4
Compare
optik-aper
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and working
Description
Added Support for:
HTTP2/3
Timeout
GlobalRegions
Base64 SSL options
AutoSSL
Related Issues
Checklist: