Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

dexictl

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexictl

Dexi.io command line utility

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

dexictl

Dexi.io command line utility

Installation

Prerequisites

  • NodeJS version 9+
  • NPM

Steps

  • Run npm install -g dexictl
  • Ensure npm global bins are on your environment PATH ( Read more... )
  • 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

FAQs

Package last updated on 06 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts