Group Describe#
Command: group describe
Shorthands: g d
The group describe
command is used to display detailed information about a specified Group structure. This includes information such as the group details, path, package and any associated projects.
Usage#
Arguments#
Name | Datatype | Required | Default | Description |
---|---|---|---|---|
name | group | true | "" | Group name |
name
#
- Datatype:
group
- Type:
text
- Multiplicity: Required
- Default:
none
- Validation Rules: Existing group names
- Args Index:
0
- Description: Group name
Usage
The name
argument is used to specify the group name that you want to describe. This is required for the command to execute.
Notes
- Ensure the group name provided is valid and exists to avoid errors during command execution.
Tip
You can use suggestions to list available groups. To do this, simply press Tab to proceed. For more details, please visit our Group Autocompletion and Filtering Guide.
Example
Group Name: ApexSolutions Path: ApexSolutions Package: ApexSolutions Projects: - UserAuthService - PaymentGatewayService
Flags#
See Global flags and Common flags