Command Reference > pmrep Command Reference > CreateDeploymentGroup
  

CreateDeploymentGroup

Creates a deployment group. You can create a dynamic or static deployment group. To create a dynamic deployment group, you must supply a query name, and indicate whether the query is private or public.
The CreateDeploymentGroup command uses the following syntax:
createdeploymentgroup

-p <deployment_group_name>

[-t <deployment_group_type (static or dynamic)>]

[-q <query_name>]

[-u <query_type (shared or personal)>]

[-c <comments>]
The following table describes pmrep CreateDeploymentGroup options and arguments:
Option
Argument
Description
-p
deployment_group_name
Required. Name of the deployment group to create.
-t
deployment_group_type
Optional. Create a static group or use a query to dynamically create the group. You can specify static or dynamic. Default is static.
-q
query_name
Required if the deployment group is dynamic, but ignored if the group is static. Name of the query associated with the deployment group.
-u
query_type
Required if the deployment group is dynamic, but ignored if the group is static. Type of query to create a deployment group. You can specify shared or personal.
-c
comments
Optional. Comments about the new deployment group.