Web Studio is here! An enhanced experience to make it easier to create, preview, and collaborate on your website contentLearn More
The Agility CLI (Command Line Interface) is an NPM package that allows you to pull, push, or clone an instance from your console.
Please note that the Agility CLI is currently in beta with frequent updates. Please use our Github issue tracker to provide feedback: https://github.com/agility/agility-cli/issues
npm i @agility/cli
.npm i @agility/cli -g
yarn add @agility/cli
.yarn global add @agility/cli
.
agility login
.agility pull --guid="<<Provide Guid of your Instance>>" --locale="<<Provide the locale of the Instance>>" --channel="<<Provide the sitemap to be pulled>>"
to pull an instance.agility push --guid="<<Provide the target Instance guid>> --locale="<<Provide the locale of the Instance>>"
For instance cloning, this command is a mix of push and pull. Use the command agility clone --sourceGuid="<<Provide Guid of your source Instance>>" --targetGuid="<<Provide the target Instance guid>>" --locale="<<Provide the locale of the Instance>>" --channel="<<Provide the sitemap to be cloned>>"
to perform cloning between instances.