Socket
Socket
Sign inDemoInstall

@etvas/etvas-cli

Package Overview
Dependencies
16
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @etvas/etvas-cli

Etvas CLI


Version published
Maintainers
4
Created

Readme

Source

etvas-cli

linting npm

Etvas CLI utility for ease scaffolding a new Etvas Application and manage an existing one.

We know what you do best is coding. So we've created this Command Line Interface to easily create and manage an Etvas Application.

Install

The Etvas CLI is a Javascript NodeJS application, available as a package on NPM. We are using npm but you are free to use yarn

We recommend installing it globally:

$ npm install -g @etvas/etvas-cli

or

$ yarn global add @etvas/etvas-cli

Syntax

You can always use the inline help to see all available commands and various options. By running the command without any argument, you will get a brief explanations for general arguments and the commands list.

The general syntax is:

$ etvas [command] [option1] [option2]

If not explicitly specified, all the options from the command line can be omitted and, if necessary, they will be interactively asked from console input.

For example:

$ etvas login --username email@example.com --password MySecretPassword

or:

$ etvas login
> Please enter your username (email):
> Please enter your password (hidden):

will yield the same result.

First run

When you first run the Etvas CLI, you need to login with your credentials from the Partners Portal:

etvas login
etvas create-app

Commands

The Etvas CLI has a number of commands that you can use for various operations. Each command is documented below

FAQs

Last updated on 13 Dec 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc