mirror of
https://ghproxy.net/https://github.com/wp-cli/extension-command.git
synced 2025-10-04 01:34:31 +08:00
Remove files unrelated to extension command
This commit is contained in:
parent
7ebc80e149
commit
1bbcece353
9 changed files with 6 additions and 387 deletions
|
@ -1,23 +0,0 @@
|
|||
# This file is for unifying the coding style for different editors and IDEs
|
||||
# editorconfig.org
|
||||
|
||||
# WordPress Coding Standards
|
||||
# http://make.wordpress.org/core/handbook/coding-standards/
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.{json,yml,feature}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[composer.json]
|
||||
indent_style = space
|
||||
indent_size = 4
|
15
.github/ISSUE_TEMPLATE
vendored
15
.github/ISSUE_TEMPLATE
vendored
|
@ -1,15 +0,0 @@
|
|||
<!--
|
||||
|
||||
Thanks for taking the time to help improve WP-CLI!
|
||||
|
||||
Found a bug or want to suggest an enhancement to an existing command? Before creating an issue, please review our best practices: http://wp-cli.org/docs/bug-reports/
|
||||
|
||||
But first, make sure you're running the most recent version of WP-CLI! The current version is the only officially supported version.
|
||||
|
||||
Need help with something? Github issues aren't for general support questions, but there are other venues you can try: http://wp-cli.org/#support
|
||||
|
||||
Want to suggest a feature? Check out the roadmap for how feature development happens: https://wp-cli.org/docs/roadmap/
|
||||
|
||||
You can safely delete this comment.
|
||||
|
||||
-->
|
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,10 +1,7 @@
|
|||
.DS_Store
|
||||
config.yml
|
||||
PHAR_BUILD_VERSION
|
||||
/cache
|
||||
/packages
|
||||
/vendor
|
||||
/*.phar
|
||||
/phpunit.xml.dist
|
||||
/codesniffer
|
||||
/PHP_Codesniffer-VariableAnalysis
|
||||
wp-cli.local.yml
|
||||
node_modules/
|
||||
vendor/
|
||||
*.zip
|
||||
*.tar.gz
|
||||
composer.lock
|
||||
|
|
|
@ -1,43 +0,0 @@
|
|||
Contributing
|
||||
============
|
||||
|
||||
Welcome and thanks!
|
||||
|
||||
We appreciate you taking the initiative to contribute to WP-CLI. It’s because of you, and the community around you, that WP-CLI is such a great project.
|
||||
|
||||
**Contributing isn’t limited to just code.** We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.
|
||||
|
||||
Please take a moment to read these guidelines at depth. Following the guidelines helps to communicate that you respect the time of the other contributors to the project. In turn, they’ll do their best to reciprocate that respect when working with you, across timezones and around the world.
|
||||
|
||||
### Reporting a bug
|
||||
|
||||
Think you’ve found a bug? We’d love for you to help us get it fixed.
|
||||
|
||||
Before you create a new issue, you should [search existing issues](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version of WP-CLI. You should also check our [documentation on common issues and their fixes](https://wp-cli.org/docs/common-issues/).
|
||||
|
||||
Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [follow our guidelines for submitting a bug report](http://wp-cli.org/docs/bug-reports/) to make sure it gets addressed in a timely manner.
|
||||
|
||||
### Creating a pull request
|
||||
|
||||
Want to contribute a new feature? WP-CLI is a mature project, and already chock-full of useful functionality. Please first [open a new issue](https://github.com/wp-cli/wp-cli/issues/new) to discuss whether the feature is a good fit for WP-CLI core, or might be better suited as a [community package](https://wp-cli.org/package-index/).
|
||||
|
||||
New to the WP-CLI codebase? Check out [issues labeled 'good-first-issue'](https://github.com/wp-cli/wp-cli/labels/good-first-issue) for a place to start. These issues are specially earmarked for new contributors.
|
||||
|
||||
Once you've decided to commit the time to seeing your pull request through, please [follow our guidelines for creating a pull request](https://wp-cli.org/docs/pull-requests/) to make sure it's a pleasant experience.
|
||||
|
||||
### Improving our documentation
|
||||
|
||||
Is documentation your strength? Take a look at the currently open [documentation issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aopen+is%3Aissue+label%3Ascope%3Adocumentation) and see if you can tackle any of those.
|
||||
|
||||
If you believe you’ve found an issue with the documentation, you should [search existing issues](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version of WP-CLI.
|
||||
|
||||
There are a couple different types of documentation currently part of WP-CLI:
|
||||
|
||||
* Documentation for individual WP-CLI commands (anything underneath [http://wp-cli.org/commands](http://wp-cli.org/commands)) is contained in the PHPDoc for each command. This means that to edit the documentation for a command, you will need to edit the file that actually provides the functionality for that command. The web documentation is generated from these files at the time of release, so you may not see your changes until the next release.
|
||||
* Individual documentation pages (anything under [http://wp-cli.org/docs/](http://wp-cli.org/docs/) can be edited by contributing to the [wp-cli.github.com repository on GitHub](https://github.com/wp-cli/wp-cli.github.com). You don't necessarily need to navigate the Github repo though; any page that is part of this repository will have an 'Edit' link in the top right of the page which will take you to the corresponding file on GitHub.
|
||||
|
||||
### Contributing in other ways
|
||||
|
||||
Feel free to [create an issue](https://github.com/wp-cli/wp-cli/issues/new) with your question, and we'll see if we can find an answer for it.
|
||||
|
||||
Alternatively, if you have a WordPress.org account, you may also consider joining the `#cli` channel on the [WordPress.org Slack organization](https://make.wordpress.org/chat/).
|
21
LICENSE
21
LICENSE
|
@ -1,21 +0,0 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (C) 2011-2017 WP-CLI Development Group (https://github.com/wp-cli/wp-cli/contributors)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
200
README.md
200
README.md
|
@ -1,200 +0,0 @@
|
|||
WP-CLI
|
||||
======
|
||||
|
||||
[WP-CLI](https://wp-cli.org/) is a set of command-line tools for managing [WordPress](https://wordpress.org/) installations. You can update plugins, configure multisite installs and much more, without using a web browser.
|
||||
|
||||
Ongoing maintenance is <a href="https://make.wordpress.org/cli/2017/04/03/new-co-maintainer-alain-thanks-2017-sponsors/#sponsors">made possible by</a>:
|
||||
|
||||
<a href="https://automattic.com/"><img src="https://make.wordpress.org/cli/files/2017/04/automattic-1.png" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" alt="" width="160" height="35" class="aligncenter size-full wp-image-347" /></a> <a href="https://www.bluehost.com/"><img class="aligncenter size-full wp-image-335" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" src="https://make.wordpress.org/cli/files/2017/04/bluehost.png" alt="" width="160" height="26" /></a> <a href="https://www.dreamhost.com/"><img class="aligncenter size-full wp-image-324" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" src="https://make.wordpress.org/cli/files/2017/04/dreamhost.png" alt="" width="160" height="30" /></a> <a href="https://www.siteground.com/"><img class="aligncenter size-full wp-image-332" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" src="https://make.wordpress.org/cli/files/2017/04/siteground.png" alt="" width="160" height="33" /></a> <a href="https://wpengine.com/"><img class="aligncenter size-full wp-image-333" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" src="https://make.wordpress.org/cli/files/2017/04/wpengine.png" alt="" width="160" height="30" /></a>
|
||||
|
||||
For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://wp-cli.org/docs/roadmap/) for an overview of what's planned for upcoming releases.
|
||||
|
||||
[](https://travis-ci.org/wp-cli/wp-cli) [](https://gemnasium.com/github.com/wp-cli/wp-cli) [](https://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [](https://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open")
|
||||
|
||||
Quick links: [Using](#using) | [Installing](#installing) | [Support](#support) | [Extending](#extending) | [Contributing](#contributing) | [Credits](#credits)
|
||||
|
||||
## Using
|
||||
|
||||
WP-CLI's goal is to provide a command-line interface for any action you might want to perform in the WordPress admin. For instance, `wp plugin install --activate` ([doc](https://wp-cli.org/commands/plugin/install/)) lets you install and activate a WordPress plugin:
|
||||
|
||||
```bash
|
||||
$ wp plugin install rest-api --activate
|
||||
Installing WordPress REST API (Version 2) (2.0-beta13)
|
||||
Downloading install package from https://downloads.wordpress.org/plugin/rest-api.2.0-beta13.zip...
|
||||
Unpacking the package...
|
||||
Installing the plugin...
|
||||
Plugin installed successfully.
|
||||
Activating 'rest-api'...
|
||||
Success: Plugin 'rest-api' activated.
|
||||
```
|
||||
|
||||
WP-CLI also includes commands for many things you can't do in the WordPress admin. For example, `wp transient delete --all` ([doc](https://wp-cli.org/commands/transient/delete/)) lets you delete one or all transients:
|
||||
|
||||
```bash
|
||||
$ wp transient delete --all
|
||||
Success: 34 transients deleted from the database.
|
||||
```
|
||||
|
||||
For a more complete introduction to using WP-CLI, read the [Quick Start guide](https://wp-cli.org/docs/quick-start/). Or, catch up with [shell friends](https://wp-cli.org/docs/shell-friends/) to learn about helpful command line utilities.
|
||||
|
||||
Already feel comfortable with the basics? Jump into the [complete list of commands](https://wp-cli.org/commands/) for detailed information on managing themes and plugins, importing and exporting data, performing database search-replace operations and more.
|
||||
|
||||
## Installing
|
||||
|
||||
Downloading the Phar file is our recommended installation method. Should you need, see also our documentation on [alternative installation methods](https://wp-cli.org/docs/installing/).
|
||||
|
||||
Before installing WP-CLI, please make sure your environment meets the minimum requirements:
|
||||
|
||||
- UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment
|
||||
- PHP 5.3.29 or later
|
||||
- WordPress 3.7 or later
|
||||
|
||||
Once you've verified requirements, download the [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`:
|
||||
|
||||
```bash
|
||||
$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
||||
```
|
||||
|
||||
Next, check if it is working:
|
||||
|
||||
```bash
|
||||
$ php wp-cli.phar --info
|
||||
```
|
||||
|
||||
To use WP-CLI from the command line by typing `wp`, make the file executable and move it to somewhere in your PATH. For example:
|
||||
|
||||
```bash
|
||||
$ chmod +x wp-cli.phar
|
||||
$ sudo mv wp-cli.phar /usr/local/bin/wp
|
||||
```
|
||||
|
||||
If WP-CLI was installed successfully, you should see something like this when you run `wp --info`:
|
||||
|
||||
```bash
|
||||
$ wp --info
|
||||
PHP binary: /usr/bin/php5
|
||||
PHP version: 5.5.9-1ubuntu4.14
|
||||
php.ini used: /etc/php5/cli/php.ini
|
||||
WP-CLI root dir: /home/wp-cli/.wp-cli
|
||||
WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/
|
||||
WP-CLI global config: /home/wp-cli/.wp-cli/config.yml
|
||||
WP-CLI project config:
|
||||
WP-CLI version: 1.1.0
|
||||
```
|
||||
|
||||
### Updating
|
||||
|
||||
You can update WP-CLI with `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), or by repeating the installation steps.
|
||||
|
||||
If WP-CLI is owned by root or another system user, you'll need to run `sudo wp cli update`.
|
||||
|
||||
Want to live life on the edge? Run `wp cli update --nightly` to use the latest nightly build of WP-CLI. The nightly build is more or less stable enough for you to use in your development environment, and always includes the latest and greatest WP-CLI features.
|
||||
|
||||
### Tab completions
|
||||
|
||||
WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) and source it from `~/.bash_profile`:
|
||||
|
||||
```bash
|
||||
source /FULL/PATH/TO/wp-completion.bash
|
||||
```
|
||||
|
||||
Don't forget to run `source ~/.bash_profile` afterwards.
|
||||
|
||||
If using zsh for your shell, you may need to load and start `bashcompinit` before sourcing. Put the following in your `.zshrc`:
|
||||
|
||||
```bash
|
||||
autoload bashcompinit
|
||||
bashcompinit
|
||||
source /FULL/PATH/TO/wp-completion.bash
|
||||
```
|
||||
|
||||
## Support
|
||||
|
||||
WP-CLI's maintainers and contributors have limited availability to address general support questions. The [current version of WP-CLI](https://wp-cli.org/docs/roadmap/) is the only officially supported version.
|
||||
|
||||
When looking for support, please first search for your question in these venues:
|
||||
|
||||
* [Common issues and their fixes](https://wp-cli.org/docs/common-issues/)
|
||||
* [WP-CLI Documentation portal](https://wp-cli.org/docs/)
|
||||
* [Open or closed issues in the WP-CLI GitHub organization](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue)
|
||||
* [Threads tagged 'WP-CLI' in the WordPress.org support forum](https://wordpress.org/support/topic-tag/wp-cli/)
|
||||
* [Questions tagged 'WP-CLI' in the WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli)
|
||||
|
||||
If you didn't find an answer in one of the venues above, you can:
|
||||
|
||||
* Join the `#cli` channel in the [WordPress.org Slack](https://make.wordpress.org/chat/) to chat with whomever might be available at the time. This option is best for quick questions.
|
||||
* [Post a new thread](https://wordpress.org/support/forum/wp-advanced/#new-post) in the WordPress.org support forum and tag it 'WP-CLI' so it's seen by the community.
|
||||
|
||||
GitHub issues are meant for tracking enhancements to and bugs of existing commands, not general support. Before submitting a bug report, please [review our best practices](https://wp-cli.org/docs/bug-reports/) to help ensure your issue is addressed in a timely manner.
|
||||
|
||||
Please do not ask support questions on Twitter. Twitter isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 140 characters, and 2) Twitter isn't a place where someone with your same question can search for an answer in a prior conversation.
|
||||
|
||||
Remember, libre != gratis; the open source license grants you the freedom to use and modify, but not commitments of other people's time. Please be respectful, and set your expectations accordingly.
|
||||
|
||||
## Extending
|
||||
|
||||
A **command** is an atomic unit of WP-CLI functionality. `wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) is one command. `wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) is another.
|
||||
|
||||
WP-CLI supports registering any callable class, function, or closure as a command. It reads usage details from the callback's PHPdoc. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) is used for both internal and third-party command registration.
|
||||
|
||||
```php
|
||||
/**
|
||||
* Delete an option from the database.
|
||||
*
|
||||
* Returns an error if the option didn't exist.
|
||||
*
|
||||
* ## OPTIONS
|
||||
*
|
||||
* <key>
|
||||
* : Key for the option.
|
||||
*
|
||||
* ## EXAMPLES
|
||||
*
|
||||
* $ wp option delete my_option
|
||||
* Success: Deleted 'my_option' option.
|
||||
*/
|
||||
$delete_option_cmd = function( $args ) {
|
||||
list( $key ) = $args;
|
||||
|
||||
if ( ! delete_option( $key ) ) {
|
||||
WP_CLI::error( "Could not delete '$key' option. Does it exist?" );
|
||||
} else {
|
||||
WP_CLI::success( "Deleted '$key' option." );
|
||||
}
|
||||
};
|
||||
WP_CLI::add_command( 'option delete', $delete_option_cmd );
|
||||
```
|
||||
|
||||
WP-CLI comes with dozens of commands. It's easier than it looks to create a custom WP-CLI command. Read the [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) to learn more. Browse the [internal API docs](https://wp-cli.org/docs/internal-api/) to discover a variety of helpful functions you can use in your custom WP-CLI command.
|
||||
|
||||
## Contributing
|
||||
|
||||
Welcome and thanks!
|
||||
|
||||
We appreciate you taking the initiative to contribute to WP-CLI. It’s because of you, and the community around you, that WP-CLI is such a great project.
|
||||
|
||||
**Contributing isn’t limited to just code.** We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.
|
||||
|
||||
Please take a moment to [read these guidelines at depth](https://wp-cli.org/docs/contributing/). Following them helps to communicate that you respect the time of the other contributors to the project. In turn, they’ll do their best to reciprocate that respect when working with you, across timezones and around the world.
|
||||
|
||||
## Leadership
|
||||
|
||||
WP-CLI is led by these individuals:
|
||||
|
||||
* [Daniel Bachhuber](https://github.com/danielbachhuber/) - current maintainer
|
||||
* [Cristi Burcă](https://github.com/scribu) - previous maintainer
|
||||
* [Andreas Creten](https://github.com/andreascreten) - founder
|
||||
|
||||
Read more about the project's [governance](https://wp-cli.org/docs/governance/) and view a [complete list of contributors](https://github.com/wp-cli/wp-cli/contributors).
|
||||
|
||||
## Credits
|
||||
|
||||
Besides the libraries defined in [composer.json](composer.json), we have used code or ideas from the following projects:
|
||||
|
||||
* [Drush](https://github.com/drush-ops/drush) for... a lot of things
|
||||
* [wpshell](https://code.trac.wordpress.org/browser/wpshell) for `wp shell`
|
||||
* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) for `wp media regenerate`
|
||||
* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) for `wp search-replace`
|
||||
* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) for `wp export`
|
||||
* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) for `wp import`
|
||||
* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) for `wp scaffold plugin-tests`
|
|
@ -1,65 +0,0 @@
|
|||
{
|
||||
"name": "wp-cli/wp-cli",
|
||||
"description": "A command line interface for WordPress",
|
||||
"keywords": [ "cli", "wordpress" ],
|
||||
"homepage": "http://wp-cli.org",
|
||||
"license": "MIT",
|
||||
"support": {
|
||||
"issues": "https://github.com/wp-cli/wp-cli/issues",
|
||||
"source": "https://github.com/wp-cli/wp-cli",
|
||||
"docs": "https://make.wordpress.org/cli/handbook/"
|
||||
},
|
||||
"bin": [
|
||||
"bin/wp.bat", "bin/wp"
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/wp-cli/composer-changelogs"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"php": ">=5.3.29",
|
||||
"wp-cli/php-cli-tools": "~0.11.2",
|
||||
"mustache/mustache": "~2.4",
|
||||
"mustangostang/spyc": "~0.5",
|
||||
"composer/semver": "~1.0",
|
||||
"ramsey/array_column": "~1.1",
|
||||
"rmccue/requests" : "~1.6",
|
||||
"symfony/finder": "~2.7",
|
||||
"symfony/yaml": "~2.7",
|
||||
"symfony/filesystem": "~2.7",
|
||||
"symfony/config": "~2.7",
|
||||
"symfony/console": "~2.7",
|
||||
"symfony/debug": "~2.7",
|
||||
"symfony/dependency-injection": "~2.7",
|
||||
"symfony/event-dispatcher": "~2.7",
|
||||
"symfony/process": "~2.1",
|
||||
"symfony/translation": "~2.7",
|
||||
"composer/composer": "^1.2.0",
|
||||
"wp-cli/cron-command": "^1.0",
|
||||
"wp-cli/import-command": "^1.0",
|
||||
"wp-cli/db-command": "^1.0",
|
||||
"wp-cli/media-command": "^1.0",
|
||||
"wp-cli/export-command": "^1.0",
|
||||
"wp-cli/package-command": "^1.0",
|
||||
"wp-cli/search-replace-command": "^1.0",
|
||||
"wp-cli/server-command": "^1.0",
|
||||
"wp-cli/shell-command": "^1.0",
|
||||
"wp-cli/eval-command": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"behat/behat": "2.5.*",
|
||||
"pyrech/composer-changelogs": "dev-php53 as 1.5.1",
|
||||
"roave/security-advisories": "dev-master"
|
||||
},
|
||||
"suggest": {
|
||||
"psy/psysh": "Enhanced `wp shell` functionality"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "WP_CLI": "php" }
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
Plugin %9{{slug}}%n details:
|
||||
Name: {{name}}
|
||||
Status: {{status}}%n
|
||||
Version: {{version}}
|
||||
Author: {{author}}
|
||||
Description: {{description}}
|
|
@ -1,5 +0,0 @@
|
|||
Theme %9{{slug}}%n details:
|
||||
Name: {{name}}
|
||||
Status: {{status}}%n
|
||||
Version: {{version}}
|
||||
Author: {{author}}
|
Loading…
Add table
Add a link
Reference in a new issue