Skip to content

iectl iem app-project create-project

creates a new project on IEM

iectl iem app-project create-project [flags]

Options

  -c, --company-name string   name of the company which you want to associate with project
  -d, --description string    project description
  -h, --help                  help for create-project
      --name string           project name

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

iectl iem app-project create-project --company-name "Faith Company LLC" --description "Car Manufacturer App development" --name "Dev"

SEE ALSO