groups

The cfy groups command is used to view information on the different groups in a deployment.

You can use the command to list all groups.

Optional flags

These commands support the common CLI flags.

Commands

list

Usage

cfy groups list [OPTIONS]

Lists all groups for a deployment.

DEPLOYMENT_ID is the ID of the deployment for which to list groups.

Required flags

 

Example

$ cfy groups list -d hello_world
...

Listing groups for deployment hello_world...
No groups defined for deployment hello_world

...