Skip to content

iectl iem app-project create-company

creates a new company on IEM

iectl iem app-project create-company [flags]

Options

      --address string        address of the company
      --city string           city in which company is located
  -c, --country-code string   2 digit iso code of the country in which company is located [optional]
                              E.g. : IN for India , DE for Germany , TR for Turkey , US for United States , GB for United Kingdom  (default "DE")
      --email string          email address of the company
  -h, --help                  help for create-company
      --name string           name of the company
      --phone string          company phone number without country calling code . example : +49 15906123172 --> 15906123172
      --state string          state in which company is located
  -w, --web-address string    web address of the company [optional] (default "www.siemens.com")
      --zip-code string       postal code of your company location

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-company  --address "106 Serape RD" --city "UDP" --country-code "IN"  --email "email@siemens.com"     --name "Faith Company LLC" --phone  15906123172  --state "Maharashtra" --web-address "www.siemens.com"  --zip-code "294694"

SEE ALSO