CLI Structure
This guide provides details about each EDJX commands.
The CLI consists of the following structure.
edjx [command] [subcommand] [flags]
The system requires each [command] and [subcommand] pair along with any [flags].
Each command also consists of the following global flags.
Global Flags
Option | Required | Type | Description |
---|---|---|---|
|
No |
Displays inline help for the command. |
|
|
No |
string |
Location of client configuration file (default file path is |
Available Commands
-
edjx application — Application specific subcommands.
-
edjx bucket — Bucket specific subcommands.
-
edjx completion — Generate completion script.
-
edjx config — Configuration related options.
-
edjx domain — Domain specific subcommands.
-
edjx file — File specific subcommands.
-
edjx function — Function specific subcommands.
-
edjx genkeys — Generate a public/private keypair.
-
edjx login — Log into EDJX.
-
edjx logout — Log out of EDJX.
-
edjx organization — Organization specific subcommands.
-
edjx show — Displays information subcommands.
-
edjx user — User specific subcommands.
-
edjx version — Displays the EDJX CLI version.