terminus org:site:list --format list --fields name -- $ORG
Expected behavior
Expected specified field data to be returned.
Actual behavior
Terminus is only returning a list of Site IDs (UUID) when formatting org:site:list as a list when --fields (plural) has one argument that is not id. The alternate single param --field works as expected, but it seemed odd that --fields would behave differently when it only has one value.
Platform
(X) MacOS ( ) Linux ( ) WSL2
Installed Via
(X) Homebrew ( ) Apt Package ( ) Manually
PHP Version
( ) 7.4x ( ) 8.0 ( ) 8.1 (X) 8.3.7
Terminus Version
3.4.0
Command Executed
Expected behavior
Expected specified field data to be returned.
Actual behavior
Terminus is only returning a list of Site IDs (UUID) when formatting
org:site:list
as alist
when--fields
(plural) has one argument that is notid
. The alternate single param--field
works as expected, but it seemed odd that--fields
would behave differently when it only has one value.