Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 886 Bytes

File metadata and controls

42 lines (28 loc) · 886 Bytes

create-group

← Command Reference

Create a group (scope) in the UAA.

Usage

uaa create-group GROUPNAME [flags]

Flags

Flag Short Default Description
--description -d A human-readable description of the group
--zone -z Identity zone subdomain in which to create the group

Global Flags

Flag Short Description
--verbose -v Print additional info on HTTP requests

Examples

uaa create-group cloud_controller.read
uaa create-group cloud_controller.read --description "Read access to Cloud Controller resources"
uaa create-group my-scope --zone my-zone

See Also


← Command Reference