-
Notifications
You must be signed in to change notification settings - Fork 61
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
add condition commands #1008
add condition commands #1008
Conversation
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.
Look good. Just two minor edits required to be made and then this will be good to go.
One other thing was that the associated API is a VCL Object and so I'm wondering if instead of fastly condition ...
it should be nested under the vcl package like 'custom' and 'snippet' are so the command changes to fastly vcl condition
(I think that might make it clearer what a condition is).
Thanks!
Hi @Integralist , I've made a new commit according to your review. |
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.
Looks great. Just a couple of minor tweaks required.
Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
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.
🎉❤️
LGTM. Thanks!
Fixes #841