Quickstart: CLI
Get started with our CLI
About
Troubleshooting
Site Setup
Step 1: Install the Siteglide CLI
The Siteglide CLI can be installed from NPM using:
npm i -g @siteglide/siteglide-cli
Step 2: Connect to a Site
Setup a local folder and use the site specific command to connect directly to your site (you can find this on the site details page in Portal - more info):
siteglide-cli add --email [email protected] --url https://my_great_site.com
Step 3: Start Building!
You should now be ready to start work, you'll likely want to pull down the files from the server:
siteglide-cli pull <env>
Check out our Reference article for a full list of useful Commands:
ReferenceLast updated
Was this helpful?