Closed as not planned
Description
It's been a while since I did a manual deploy, so I forgot the command (of course) to do so. I tried guessing it from memory, and while I was happy to see that netlify-cli
tried to help me out, the suggestions felt really weird:
$ netlify publish
> warning publish is not a netlify command.
Did you mean unlink [y/n]
I expected netlify-cli
to suggest deploy
(the correct command) here, instead of the dangerous unlink
$ netlify push
> warning push is not a netlify command.
Did you mean api [y/n]
I also expected netlify-cli
to suggest deploy
(the correct command) here, instead of the unrelated api
$ netlify deploy --production
> Error: unexpected argument: --production
> See more help with --help
I expected netlify-cli
to suggest using --prod
(the correct argument) here.