Skip to content

Commit 617bd99

Browse files
authored
Undeprecate --tags from org:site:list
Based on the merged code in #2360, we should undeprecate --tags, and add --tag to option list (already exists but isn't documented).
1 parent 105d180 commit 617bd99

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
@@ -39,7 +39,8 @@ class ListCommand extends TerminusCommand implements SiteAwareInterface
3939
*
4040
* @param string $organization Organization name, label, or ID
4141
* @option plan DEPRECATED Plan filter; filter by the plan's label
42-
* @option string $tag DEPRECATED Tag name to filter
42+
* @option string $tag Tag name to filter (ANY)
43+
* @option string $tags Multiple tag names to filter (ALL)
4344
* @option string $upstream Upstream name to filter
4445
*
4546
* @usage <organization> Displays the list of sites associated with <organization>.

0 commit comments

Comments
 (0)