createEnvironment

Create a new environment

Format

udclient [global-args...] [global-flags...]
  createEnvironment [parameters]

Parameters

Table 1. Request parameters
Parameter Type Required Description
application string true Application to add the environment to
name string true Name of the new environment
description string false Description of the new environment
color string false Color of the new environment
requireApprovals boolean false Whether the environment requires approvals

Example

udclient -username admin -password admin 
  -weburl https://myserver.example.com:8443
  createEnvironment 
  -application JPetStore 
  -name NewEnvironment

Related REST command: Create a new environment.


Feedback