|
447 | 447 | "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/cli\/alias.md",
|
448 | 448 | "repo_url": "https:\/\/github.com\/wp-cli\/wp-cli"
|
449 | 449 | },
|
| 450 | + "cli\/cache": { |
| 451 | + "title": "cli cache", |
| 452 | + "slug": "cache", |
| 453 | + "cmd_path": "cli\/cache", |
| 454 | + "parent": "cli", |
| 455 | + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/cli\/cache.md", |
| 456 | + "repo_url": "https:\/\/github.com\/wp-cli\/wp-cli" |
| 457 | + }, |
450 | 458 | "cli\/check-update": {
|
451 | 459 | "title": "cli check-update",
|
452 | 460 | "slug": "check-update",
|
|
983 | 991 | "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/embed\/provider.md",
|
984 | 992 | "repo_url": "https:\/\/github.com\/wp-cli\/embed-command"
|
985 | 993 | },
|
| 994 | + "i18n\/make-json": { |
| 995 | + "title": "i18n make-json", |
| 996 | + "slug": "make-json", |
| 997 | + "cmd_path": "i18n\/make-json", |
| 998 | + "parent": "i18n", |
| 999 | + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/i18n\/make-json.md", |
| 1000 | + "repo_url": "https:\/\/github.com\/wp-cli\/i18n-command" |
| 1001 | + }, |
986 | 1002 | "i18n\/make-pot": {
|
987 | 1003 | "title": "i18n make-pot",
|
988 | 1004 | "slug": "make-pot",
|
|
1351 | 1367 | "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/post\/edit.md",
|
1352 | 1368 | "repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
|
1353 | 1369 | },
|
| 1370 | + "post\/exists": { |
| 1371 | + "title": "post exists", |
| 1372 | + "slug": "exists", |
| 1373 | + "cmd_path": "post\/exists", |
| 1374 | + "parent": "post", |
| 1375 | + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/post\/exists.md", |
| 1376 | + "repo_url": "https:\/\/github.com\/wp-cli\/entity-command" |
| 1377 | + }, |
1354 | 1378 | "post\/generate": {
|
1355 | 1379 | "title": "post generate",
|
1356 | 1380 | "slug": "generate",
|
|
1935 | 1959 | "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/transient\/get.md",
|
1936 | 1960 | "repo_url": "https:\/\/github.com\/wp-cli\/cache-command"
|
1937 | 1961 | },
|
| 1962 | + "transient\/list": { |
| 1963 | + "title": "transient list", |
| 1964 | + "slug": "list", |
| 1965 | + "cmd_path": "transient\/list", |
| 1966 | + "parent": "transient", |
| 1967 | + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/transient\/list.md", |
| 1968 | + "repo_url": "https:\/\/github.com\/wp-cli\/cache-command" |
| 1969 | + }, |
1938 | 1970 | "transient\/set": {
|
1939 | 1971 | "title": "transient set",
|
1940 | 1972 | "slug": "set",
|
|
2167 | 2199 | "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/widget\/update.md",
|
2168 | 2200 | "repo_url": "https:\/\/github.com\/wp-cli\/widget-command"
|
2169 | 2201 | },
|
| 2202 | + "cli\/cache\/clear": { |
| 2203 | + "title": "cli cache clear", |
| 2204 | + "slug": "clear", |
| 2205 | + "cmd_path": "cli\/cache\/clear", |
| 2206 | + "parent": "cli\/cache", |
| 2207 | + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/cli\/cache\/clear.md", |
| 2208 | + "repo_url": "https:\/\/github.com\/wp-cli\/wp-cli" |
| 2209 | + }, |
| 2210 | + "cli\/cache\/prune": { |
| 2211 | + "title": "cli cache prune", |
| 2212 | + "slug": "prune", |
| 2213 | + "cmd_path": "cli\/cache\/prune", |
| 2214 | + "parent": "cli\/cache", |
| 2215 | + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/cli\/cache\/prune.md", |
| 2216 | + "repo_url": "https:\/\/github.com\/wp-cli\/wp-cli" |
| 2217 | + }, |
2170 | 2218 | "comment\/meta\/add": {
|
2171 | 2219 | "title": "comment meta add",
|
2172 | 2220 | "slug": "add",
|
|
2319 | 2367 | "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/language\/core\/activate.md",
|
2320 | 2368 | "repo_url": "https:\/\/github.com\/wp-cli\/language-command"
|
2321 | 2369 | },
|
2322 |
| - "language\/core\/activate_language": { |
2323 |
| - "title": "language core activate_language", |
2324 |
| - "slug": "activate_language", |
2325 |
| - "cmd_path": "language\/core\/activate_language", |
2326 |
| - "parent": "language\/core", |
2327 |
| - "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/language\/core\/activate_language.md", |
2328 |
| - "repo_url": "https:\/\/github.com\/wp-cli\/language-command" |
2329 |
| - }, |
2330 | 2370 | "language\/core\/install": {
|
2331 | 2371 | "title": "language core install",
|
2332 | 2372 | "slug": "install",
|
|
0 commit comments