We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105d180 commit 617bd99Copy full SHA for 617bd99
src/Commands/Org/Site/ListCommand.php
@@ -39,7 +39,8 @@ class ListCommand extends TerminusCommand implements SiteAwareInterface
39
*
40
* @param string $organization Organization name, label, or ID
41
* @option plan DEPRECATED Plan filter; filter by the plan's label
42
- * @option string $tag DEPRECATED Tag name to filter
+ * @option string $tag Tag name to filter (ANY)
43
+ * @option string $tags Multiple tag names to filter (ALL)
44
* @option string $upstream Upstream name to filter
45
46
* @usage <organization> Displays the list of sites associated with <organization>.
0 commit comments