Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-eb-test

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-eb-test

A command-line tool for installation and customisation of the DADI platform

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source
DADI CLI logo

npm (scoped) coverage Build Status JavaScript Style Guide

DADI CLI

Overview

DADI CLI is a command-line tool to help with the installation and customisation of the various products of the DADI platform.

Installation

This tool is still under development and therefore is not yet available on NPM. In the meantime, follow these steps to install it:

  • Clone the repository

    git clone git@github.com:dadi/cli.git
    
  • Install it as a global module

    cd cli
    npm install . -g
    

Usage

Commands always start with dadi <product> <command>, taking different parameters and flags depending on the operation.

The command dadi help shows a list of all the available commands for the various products, whilst dadi help <product> and dadi help <product> <command> provides detailed information about a product and a command, respectively.

$ dadi help
╔══════════════╗
║              ║
║   DADI CLI   ║
║              ║
╚══════════════╝

> Web
dadi web new      Creates a new instance of DADI Web

---

Type dadi help <command> to learn more about a specific command.

$

FAQs

Package last updated on 14 Sep 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc