action-netlify-deploy
action-netlify-deploy copied to clipboard
`deploy` has been removed from `netlify/[email protected]`
Looks like the Netlify team have removed deploy from the netlify/js-client package and put it into their netlify/cli which doesn't appear at a glance to be usable programically.
- Can
netlify/clibe imported and its internal deploy method called in the action?- Probably will blow the size of the action out way bigger than it needs to be
- Should the
deployfunctionality be re-implemented into this action?- Would be a pain to keep in sync with other packages
- Should a new package be created that re-implements the deploy function via wrapping the
netlify/js-clientsomehow