[DX] Improve command and argument suggestions #3344
Labels
area: command: deploy
area: dx
type: feature
code contributing to the implementation of a feature and/or user facing functionality
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 suggestdeploy
(the correct command) here, instead of the dangerousunlink
$ netlify push > warning push is not a netlify command. Did you mean api [y/n]
I also expected
netlify-cli
to suggestdeploy
(the correct command) here, instead of the unrelatedapi
I expected
netlify-cli
to suggest using--prod
(the correct argument) here.The text was updated successfully, but these errors were encountered: