Skip to content

Commit 5bcf557

Browse files
committed
Add site label to available field output.
1 parent 353cb73 commit 5bcf557

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Commands/Org/Site/ListCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ class ListCommand extends TerminusCommand implements SiteAwareInterface
2828
*
2929
* @field-labels
3030
* name: Name
31+
* label: Label
3132
* id: ID
3233
* plan_name: Plan
3334
* framework: Framework
3435
* owner: Owner
3536
* created: Created
3637
* tags: Tags
3738
* frozen: Is Frozen?
39+
* @default-fields name,id,plan_name,framework,owner,created,tags,frozen
3840
* @return RowsOfFields
3941
*
4042
* @param string $organization Organization name, label, or ID

src/Commands/Site/ListCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class ListCommand extends SiteCommand
2323
*
2424
* @field-labels
2525
* name: Name
26+
* label: Label
2627
* id: ID
2728
* plan_name: Plan
2829
* framework: Framework

0 commit comments

Comments
 (0)