edjx login

Used to log into the EdjPlatform.

Usage

edjx login
[-p, --password <string>]
[-u, --username <string>]

Options

Option Required Type Description

-p, --password <string>

No

string

Password for the user.

-u, --username <string>

No

string

Username for the user logging into the platform.

Global Flags

Option Required Type Description

-h, --help

No

Displays inline help for the command.

--config <file-location>

No

string

Location of client configuration file (default file path is $HOME/.edjx/.edjx.yaml).

Log in using prompts

edjx login
Username: <string>
✔ Password: **********█
Logged in successfully
root@edjx:~ #

Log in using username and password flags

edjx login -u <string> -p <string>