New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@elastictable/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastictable/cli

Elastictable CLI

Source
npmnpm
Version
1.2.1
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Elastictable CLI

GitHub license Commitizen friendly Node.js CI

Installation

Install or update the [Elastictable CLI] from npm (requires Node.js ≥ 10.13.0). Only Active LTS Node versions are supported.

$ npm i -g @elastictable/cli

Usage

$ npm install -g @elastictable/cli
$ elastictable COMMAND
running command...
$ elastictable (-v|--version|version)
@elastictable/cli/1.2.1 linux-x64 node-v12.18.3
$ elastictable --help [COMMAND]
USAGE
  $ elastictable COMMAND
...

Commands

elastictable auth:login [EMAIL] [PASSWORD]

Login to access your account

USAGE
  $ elastictable auth:login [EMAIL] [PASSWORD]

ARGUMENTS
  EMAIL     The email address you signed up with
  PASSWORD  The password you signed up with

OPTIONS
  -h, --help  show CLI help

See code: src/src/commands/auth/login.ts

elastictable auth:logout

Log this device out from your account

USAGE
  $ elastictable auth:logout

OPTIONS
  -h, --help  show CLI help

See code: src/src/commands/auth/logout.ts

elastictable auth:signup EMAIL [PASSWORD]

Signup to create an account

USAGE
  $ elastictable auth:signup EMAIL [PASSWORD]

ARGUMENTS
  EMAIL     The email address that you want to sign up with
  PASSWORD  The password that you want to signed up (min 10 chars)

OPTIONS
  -h, --help  show CLI help

See code: src/src/commands/auth/signup.ts

elastictable autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ elastictable autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ elastictable autocomplete
  $ elastictable autocomplete bash
  $ elastictable autocomplete zsh
  $ elastictable autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

elastictable help [COMMAND]

display help for elastictable

USAGE
  $ elastictable help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

elastictable update [CHANNEL]

update the elastictable CLI

USAGE
  $ elastictable update [CHANNEL]

See code: @oclif/plugin-update

elastictable workspace:list

List the available workspaces

USAGE
  $ elastictable workspace:list

See code: src/src/commands/workspace/list.ts

Keywords

oclif

FAQs

Package last updated on 14 Sep 2020

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