edjx application create

Creates an application.

Usage

edjx application create
-n, --name <application-name>
[-o, --organization <organization-UUID>]

Options

Option Required Type Description

-n, --name <application-name>

Yes

string

Name of the application.

-o, --organization <organization-UUID>

No

UUID

The organization UUID to associate with the application. Overrides the current organization.

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).

Create an application

To create an application:

  1. View the current organization.

    edjx show selected-organization
  2. Create an application in the current organization.

    edjx application create -n <application-name>

    Sample Output

    root@edjx:~ # edjx application create -n app-org2
    Application created successfully...
    Application ID : 07f424e2-5d7e-4eb6-b1bf-332d64560f49

Create an Application for a Specific Organization

To create an application for a specific organization:

  1. List the organizations associated with the current user.

    edjx organization list
  2. Copy the UUID of the organization to associate with the application.

    edjx application create -n <application-name> -o <organization-UUID>

    Sample Output

    root@edjx:~ # edjx application create -n app-org2 -o 4ff1cbdd-ac7a-458a-9a89-619f283a5dda
    Application created successfully...
    Application ID : 335d8b5d-5c64-411e-8a2a-88c2e41fae35