diff --git a/.github/settings.yml b/.github/settings.yml index 6596163..ce289f5 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -20,14 +20,22 @@ labels: color: bfe5bf - name: wontfix color: c2e0c6 + - name: command:embed + color: c5def5 - name: command:embed-fetch color: c5def5 + - name: command:embed-provider + color: c5def5 - name: command:embed-provider-list color: c5def5 - - name: command:embed-provider-get + - name: command:embed-provider-match + color: c5def5 + - name: command:embed-handler color: c5def5 - name: command:embed-handler-list color: c5def5 + - name: command:embed-cache + color: c5def5 - name: command:embed-cache-clear color: c5def5 - name: command:embed-cache-find diff --git a/README.md b/README.md index 89d2802..344c152 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,18 @@ In raw mode, checks the providers directly and returns the data. +### wp embed provider + +Retrieves oEmbed providers. + +~~~ +wp embed provider +~~~ + + + + + ### wp embed provider list Lists all available oEmbed providers. @@ -176,6 +188,18 @@ wp embed provider match [--discover] [--limit-response-size=] [--lin +### wp embed handler + +Retrieves embed handlers. + +~~~ +wp embed handler +~~~ + + + + + ### wp embed handler list Lists all available embed handlers. @@ -227,6 +251,18 @@ These fields are optionally available: +### wp embed cache + +Finds, triggers, and deletes oEmbed caches. + +~~~ +wp embed cache +~~~ + + + + + ### wp embed cache clear Deletes all oEmbed caches for a given post. diff --git a/composer.json b/composer.json index 7726c77..d979b03 100644 --- a/composer.json +++ b/composer.json @@ -36,9 +36,12 @@ "commands": [ "embed", "embed fetch", + "embed provider", "embed provider list", "embed provider match", + "embed handler", "embed handler list", + "embed cache", "embed cache clear", "embed cache find", "embed cache trigger"