docsdiphyx-login
Last edit August 04, 2024

DiPhyx Login

How to Log in to DiPhyx CLI

To begin using DiPhyx products via the Command Line Interface (CLI), the initial step is to log in.

Important: You must first be registered with the DiPhyx Dashboard. If you are not already registered, you can sign up here.

Here is the command to login:

bash
diphyx login [flags]

Options

bash
  -n, --namespace string   namespace for the DiPhyx platform (default "diphyx")
  -e, --email string       email for the DiPhyx platform
  -p, --password string    password for the DiPhyx platform
  -h, --help               help for login

Options inherited from parent commands

bash
      --no-color   disable color output

You can login to DiPhyx using CLI with the following command:

bash
diphyx login -e YOUR_EMAIL -p YOUR_DIPHYX_PASSWORD

that it produce this:

bash
[1/2] Connect

-> Login [OK]

[2/2] Finish

-> Set Config [OK]