You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Terminus user, I expect to be able to filter by common site properties, such as name, frozen status, and framework, with site:list and org:site:list.
Actual behavior
name is missing from org:site:list
A framework filter does not exist on site:list or org:site:list
A frozen filter does not exist on site:list or org:site:list
Steps to reproduce the behavior
terminus org:site:list <ORG_UUID> --name="^foo-" does not return the same result as terminus site:list --org=<ORG_UUID> --name="^foo-"
terminus org:site:list --framework=wordpress does nothing.
The text was updated successfully, but these errors were encountered:
Expected behavior
As a Terminus user, I expect to be able to filter by common site properties, such as name, frozen status, and framework, with
site:list
andorg:site:list
.Actual behavior
name
is missing fromorg:site:list
framework
filter does not exist onsite:list
ororg:site:list
frozen
filter does not exist onsite:list
ororg:site:list
Steps to reproduce the behavior
terminus org:site:list <ORG_UUID> --name="^foo-"
does not return the same result asterminus site:list --org=<ORG_UUID> --name="^foo-"
terminus org:site:list --framework=wordpress
does nothing.The text was updated successfully, but these errors were encountered: