Install Gatsby Cli
npm install -g gatsby-cli
Installs gatsby cli as a global package
Checks Gatsby CLI Version
Checks the current ggatsby cli version you are using if installed.
Create New Gatsby Site
used to auto start a gatsby projects quickly.
Create Gatsby Site From Starter
gatsby new site-name starter-url
Creates a new gatsby site from a starter rather than default starter site.
Start Gatsby Project In Development Mode
Starts A Gatsby Site In Development mode
Creates Production Build
At the root of a Gatsby site, compile your application and make it ready for deployment
Get Environment Information
At the root of a Gatsby site, get helpful environment information which will be required when reporting a bug
Clear Cache
Clear gatsby project cache