Skip to content

Commit

Permalink
Add last_frozen_at field to site:list command, but do not include it …
Browse files Browse the repository at this point in the history
…by default. (#1836)
  • Loading branch information
greg-1-anderson authored Mar 15, 2018
1 parent eb525e8 commit 9c0e18a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/Site/ListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class ListCommand extends SiteCommand
* created: Created
* memberships: Memberships
* frozen: Is Frozen?
* last_frozen_at: Date frozen
* @default-fields name,id,service_level,framework,owner,created,memberships,frozen
* @return RowsOfFields
*
* @option name Name filter
Expand Down

0 comments on commit 9c0e18a

Please sign in to comment.