-
Notifications
You must be signed in to change notification settings - Fork 43
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.
🧹
@erezrokah I've updated the README in a3cfa1d. Could you give it a final 👀 and ✅ , please? |
Arg, I always forget the readme changes. Nice catch! |
I know this is done and dusted but I'm wondering why? Now instead of being able to directly call the function through js and pass the parameters as the arguments to a function, I have to build a string command and run it via is there any security risk and if not it is not advised to use <7.0.0 versions since that would be my next step. |
Hi @CEbbinghaus, you can see the reasoning in the related issue #157.
We don't update dependencies nor back-port new features to older versions. So if there's a vulnerable dependency it will still be a part of the older version. |
I'm also wondering about the reasoning for this, as it wasn't clear to me in #157. I'm building an AWS lambda function to publish netlify deploys, and not being able to use the js client is a disappointment.
was the only rationale I could find, but I don't understand the reasoning. Edit: I think I got myself a bit confused. I don't want to |
- Summary
Removes the
deploy
method, as it was added to the CLI.Closes #157.