Skip to content
anderly edited this page Nov 6, 2014 · 3 revisions

Follow the steps below to install the dnsimple-cli.

The release on npm is the latest stable version:

npm install -g dnsimple-cli

The code on Github is the most recent version, but can be unstable:

npm install anderly/dnsimple-cli

dnsimple cli on Ubuntu

If you want to run dnsimple cli on Ubuntu, then you should install nodejs-legacy instead of nodejs. For more information please check the following links:

Please perform the installation steps in following order:

sudo apt-get install nodejs-legacy
sudo apt-get install npm
npm install -g dnsimple-cli

Download Source Code

To get the source code of the SDK via git just type:

git clone https://github.com/anderly/dnsimple-cli.git
cd ./dnsimple-cli
npm install

Command Syntax >>