Quickstart: CLI
Get started with our CLI
Last updated
Was this helpful?
Get started with our CLI
Last updated
Was this helpful?
Was this helpful?
The Siteglide CLI can be installed from NPM using:
npm i -g @siteglide/siteglide-cli
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
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:
Reference