2.1.10 • Published 5 months ago

@etvas/etvas-cli v2.1.10

Weekly downloads
50
License
-
Repository
github
Last release
5 months ago

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

2.1.10

5 months ago

2.1.6

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.9

1 year ago

2.1.5

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago