0.1.3 • Published 4 years ago

dexictl v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

dexictl

Dexi.io command line utility

Installation

Prerequisites 1. NodeJS version 9+ 1. NPM

Steps

  1. Run npm install -g dexictl
  2. Ensure npm global bins are on your environment PATH ( Read more... )
  3. Configure your account by running dexictl

Configuration

Command dexictl config

Helps you configure the local utility. This will run automatically the first time you run this.

It will ask you for 4 values that you need to get from your dexi.io account:

Account id

Go to your account settings page and copy the ID from the URL - it'll look something like this:

https://app.dexi.io/#/accounts/1234ABCD-1234-1234-1234-1234567ABCDE/settings

1234ABCD-1234-1234-1234-1234567ABCDE is the account id

User id

Go to your user settings page and copy the ID from the URL - it'll look something like this:

https://app.dexi.io/#/users/1234ABCD-1234-1234-1234-1234567ABCDE

1234ABCD-1234-1234-1234-1234567ABCDE is your user id

API key

Go to your account settings and choose the API Keys tab - and create a new API key. Remember to save keys after adding it.

Copy the key from the input field to the dexictl utility.

You can also reuse an existing key.

Dexi URL

This tells the utility where to connect to dexi - simply accept the default value which is https://api.dexi.io

Develop

Command dexictl develop <port>

Starts the developer connection to dexi for the dexi.yml file in the current working director and running in the port specified on the command line.

For example if your app runs locally on port 6500 do dexictl develop 6500

0.1.3

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago