Skip to content

Commit

Permalink
Merge pull request #531 from wp-cli/update-v2.11.0
Browse files Browse the repository at this point in the history
Update handbook for v2.11.0 release
  • Loading branch information
schlessera committed Aug 8, 2024
2 parents b5558d4 + 26baa5a commit 5d21c84
Show file tree
Hide file tree
Showing 151 changed files with 1,620 additions and 1,051 deletions.
88 changes: 56 additions & 32 deletions bin/commands-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1663,38 +1663,6 @@
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/scaffold\/child-theme.md",
"repo_url": "https:\/\/github.com\/wp-cli\/scaffold-command"
},
"scaffold\/package-github": {
"title": "scaffold package-github",
"slug": "package-github",
"cmd_path": "scaffold\/package-github",
"parent": "scaffold",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/scaffold\/package-github.md",
"repo_url": "https:\/\/github.com\/wp-cli\/scaffold-package-command"
},
"scaffold\/package-readme": {
"title": "scaffold package-readme",
"slug": "package-readme",
"cmd_path": "scaffold\/package-readme",
"parent": "scaffold",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/scaffold\/package-readme.md",
"repo_url": "https:\/\/github.com\/wp-cli\/scaffold-package-command"
},
"scaffold\/package-tests": {
"title": "scaffold package-tests",
"slug": "package-tests",
"cmd_path": "scaffold\/package-tests",
"parent": "scaffold",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/scaffold\/package-tests.md",
"repo_url": "https:\/\/github.com\/wp-cli\/scaffold-package-command"
},
"scaffold\/package": {
"title": "scaffold package",
"slug": "package",
"cmd_path": "scaffold\/package",
"parent": "scaffold",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/scaffold\/package.md",
"repo_url": "https:\/\/github.com\/wp-cli\/scaffold-package-command"
},
"scaffold\/plugin-tests": {
"title": "scaffold plugin-tests",
"slug": "plugin-tests",
Expand Down Expand Up @@ -1799,6 +1767,14 @@
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/site\/empty.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"site\/generate": {
"title": "site generate",
"slug": "generate",
"cmd_path": "site\/generate",
"parent": "site",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/site\/generate.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"site\/list": {
"title": "site list",
"slug": "list",
Expand Down Expand Up @@ -2207,6 +2183,14 @@
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/user\/delete.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"user\/exists": {
"title": "user exists",
"slug": "exists",
"cmd_path": "user\/exists",
"parent": "user",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/user\/exists.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"user\/generate": {
"title": "user generate",
"slug": "generate",
Expand Down Expand Up @@ -2295,6 +2279,14 @@
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/user\/set-role.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"user\/signup": {
"title": "user signup",
"slug": "signup",
"cmd_path": "user\/signup",
"parent": "user",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/user\/signup.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"user\/spam": {
"title": "user spam",
"slug": "spam",
Expand Down Expand Up @@ -3327,6 +3319,38 @@
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/user\/session\/list.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"user\/signup\/activate": {
"title": "user signup activate",
"slug": "activate",
"cmd_path": "user\/signup\/activate",
"parent": "user\/signup",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/user\/signup\/activate.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"user\/signup\/delete": {
"title": "user signup delete",
"slug": "delete",
"cmd_path": "user\/signup\/delete",
"parent": "user\/signup",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/user\/signup\/delete.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"user\/signup\/get": {
"title": "user signup get",
"slug": "get",
"cmd_path": "user\/signup\/get",
"parent": "user\/signup",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/user\/signup\/get.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"user\/signup\/list": {
"title": "user signup list",
"slug": "list",
"cmd_path": "user\/signup\/list",
"parent": "user\/signup",
"markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/main\/commands\/user\/signup\/list.md",
"repo_url": "https:\/\/github.com\/wp-cli\/entity-command"
},
"user\/term\/add": {
"title": "user term add",
"slug": "add",
Expand Down
Loading

0 comments on commit 5d21c84

Please sign in to comment.