Skip to content

Commit

Permalink
Setup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Jan 13, 2024
1 parent aec71e0 commit ae79eed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/regenerate-readme.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ wp database reset --author=<username>
**OPTIONS**

--author=<username>
Administrator user you want to keep after reset
Administrator user you want to keep after reset.

**EXAMPLES**

# Reset database and keep `admin` user
# Reset database and keep `admin` user.
$ wp database reset --author=admin

## Installing

Installing this package requires WP-CLI v2.0 or greater. Update to the latest stable release with `wp cli update`.
Installing this package requires WP-CLI v2.9 or greater. Update to the latest stable release with `wp cli update`.

Once you've done so, you can install the latest stable version of this package with:

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"homepage": "https://github.com/ernilambar/database-command",
"require": {
"wp-cli/wp-cli": "^2"
"wp-cli/wp-cli": "^2.9"
},
"require-dev": {
"wp-cli/entity-command": "2.5",
Expand Down Expand Up @@ -49,6 +49,7 @@
"phpcbf": "run-phpcbf-cleanup",
"phpunit": "run-php-unit-tests",
"prepare-tests": "install-package-tests",
"readme": "wp scaffold package-readme . --force",
"test": [
"@lint",
"@phpcs",
Expand Down

0 comments on commit ae79eed

Please sign in to comment.