Skip to content

Commit 26b45ae

Browse files
Undeprecate --tags from org:site:list (#2709)
Based on the merged code in #2360, we should undeprecate --tags, and add --tag to option list (already exists but isn't documented). Co-authored-by: Kyle Taylor <[email protected]>
1 parent 53e5c9b commit 26b45ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Commands/Org/Site/ListCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class ListCommand extends TerminusCommand implements SiteAwareInterface
4040
*
4141
* @param string $organization Organization name, label, or ID
4242
* @option plan DEPRECATED Plan filter; filter by the plan's label
43-
* @option string $tag DEPRECATED Tag name to filter
43+
* @option string $tag Tag name to filter (ANY)
44+
* @option string $tags Multiple tag names to filter (ALL)
4445
* @option string $upstream Upstream name to filter
4546
*
4647
* @usage <organization> Displays the list of sites associated with <organization>.

0 commit comments

Comments
 (0)