All the React commands and their functions
Netlify Cli commands
Commands | Description |
---|---|
netlify build | Builds using netlify tools and environment but on your local machine |
netlify deploy | if linked to a repository it will send a the currently locally built netlify build of the app to a preview/draft version. |
netlify deploy --prod | if linked to a repository it will send the currently locally built netlify build of the app to a production deployed version.. |
netlify switch | Can be logged onto multiple netlify accounts. This allows the user to switch between them. |
Commands | Description |
---|---|