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
@@ -648,39 +648,39 @@ Defaults to searching through all tables registered to $wpdb. On multisite, this
648
648
- count
649
649
---
650
650
651
-
The percent color codes available are:
652
-
653
-
| Code | Color
654
-
| ---- | -----
655
-
| %y | Yellow (dark) (mustard)
656
-
| %g | Green (dark)
657
-
| %b | Blue (dark)
658
-
| %r | Red (dark)
659
-
| %m | Magenta (dark)
660
-
| %c | Cyan (dark)
661
-
| %w | White (dark) (light gray)
662
-
| %k | Black
663
-
| %Y | Yellow (bright)
664
-
| %G | Green (bright)
665
-
| %B | Blue (bright)
666
-
| %R | Red (bright)
667
-
| %M | Magenta (bright)
668
-
| %C | Cyan (bright)
669
-
| %W | White
670
-
| %K | Black (bright) (dark gray)
671
-
| %3 | Yellow background (dark) (mustard)
672
-
| %2 | Green background (dark)
673
-
| %4 | Blue background (dark)
674
-
| %1 | Red background (dark)
675
-
| %5 | Magenta background (dark)
676
-
| %6 | Cyan background (dark)
677
-
| %7 | White background (dark) (light gray)
678
-
| %0 | Black background
679
-
| %8 | Reverse
680
-
| %U | Underline
681
-
| %F | Blink (unlikely to work)
682
-
683
-
They can be concatenated. For instance, the default match color of black on a mustard (dark yellow) background `%3%k` can be made black on a bright yellow background with `%Y%0%8`.
651
+
The percent color codes available are:
652
+
653
+
| Code | Color
654
+
| ---- | -----
655
+
| %y | Yellow (dark) (mustard)
656
+
| %g | Green (dark)
657
+
| %b | Blue (dark)
658
+
| %r | Red (dark)
659
+
| %m | Magenta (dark)
660
+
| %c | Cyan (dark)
661
+
| %w | White (dark) (light gray)
662
+
| %k | Black
663
+
| %Y | Yellow (bright)
664
+
| %G | Green (bright)
665
+
| %B | Blue (bright)
666
+
| %R | Red (bright)
667
+
| %M | Magenta (bright)
668
+
| %C | Cyan (bright)
669
+
| %W | White
670
+
| %K | Black (bright) (dark gray)
671
+
| %3 | Yellow background (dark) (mustard)
672
+
| %2 | Green background (dark)
673
+
| %4 | Blue background (dark)
674
+
| %1 | Red background (dark)
675
+
| %5 | Magenta background (dark)
676
+
| %6 | Cyan background (dark)
677
+
| %7 | White background (dark) (light gray)
678
+
| %0 | Black background
679
+
| %8 | Reverse
680
+
| %U | Underline
681
+
| %F | Blink (unlikely to work)
682
+
683
+
They can be concatenated. For instance, the default match color of black on a mustard (dark yellow) background `%3%k` can be made black on a bright yellow background with `%Y%0%8`.
684
684
685
685
**AVAILABLE FIELDS**
686
686
@@ -759,7 +759,22 @@ Defaults to all tables registered to the $wpdb database handler.
759
759
List tables based on wildcard search, e.g. 'wp_*_options' or 'wp_post?'.
760
760
761
761
[--scope=<scope>]
762
-
Can be all, global, ms_global, blog, or old tables. Defaults to all.
762
+
List tables based on the scope.
763
+
764
+
- all: returns 'all' and 'global' tables. No old tables are returned.
765
+
- blog: returns the blog-level tables for the queried blog.
766
+
- global: returns the global tables for the installation, returning multisite tables only on multisite.
767
+
- ms_global: returns the multisite global tables, regardless if current installation is multisite.
768
+
- old: returns tables which are deprecated.
769
+
---
770
+
default: all
771
+
options:
772
+
- all
773
+
- blog
774
+
- global
775
+
- ms_global
776
+
- old
777
+
---
763
778
764
779
[--network]
765
780
List all the tables in a multisite install.
@@ -1020,6 +1035,10 @@ Want to contribute a new feature? Please first [open a new issue](https://github
1020
1035
1021
1036
Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See "[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)" for details specific to working on this package locally.
1022
1037
1038
+
### License
1039
+
1040
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
1041
+
1023
1042
## Support
1024
1043
1025
1044
GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
0 commit comments