DevOps Commands


All the React commands and their functions

Index List:

  1. Netlify Commands
  2. Heroku Commands

Netlify Commands

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.


Heroku Commands

Commands Description