Skip to content
✌ Makis Tracend edited this page Nov 2, 2016 · 3 revisions

Command Line

!!! NOTE: CLI access is still not abailable to the public !!!

The command-line interface (CLI) is a bash executable that works on Unix-like computers (Linux, Mac OS X).

Install

You install it using the node.js package manager (npm):

npm install -g apptrack-cli

Usage

After installation the executable apptrack should be exposed in your Terminal. You can verify by requesting its version:

$ apptrack -V

First thing you'll need to do is setup your personal credentials.

The CLI uses a user-login authentication method which requires a username & password. For security reasons we've replaced your account password with a token, which is available in the "advanced options" in your account page

After you've obtained your token, type:

$apptrack setup

and it will prompt you for your email and token.

After that you are free to use the API using any of the available options. Look into the help output for a complete list:

$ apptrack -h

Visit the online repo to look through the source code repo.

Clone this wiki locally