Commit graph

16 commits

Author SHA1 Message Date
Pascal Birchler
99de66ce62
Almost level 7 2025-05-19 10:49:35 +02:00
Nilambar Sharma
a02a3e66cb Move signup under user command 2024-04-26 14:29:40 +05:45
Nilambar Sharma
f852acf606 Add signup command class 2024-04-26 14:29:40 +05:45
Alain Schlesser
be63876617
Update to WPCS v3 (#419)
* Update to wp-cli-tests v4 (which requires WPCS v3)

* Fix all autofixable CS issues

* Address PHPCS warning

* Ignore a few deprecation notices

* Ignore a couple unused parameters

* Restore loose comparison to fix test failure

---------

Co-authored-by: Daniel Bachhuber <daniel.bachhuber@automattic.com>
2023-09-01 05:30:59 -07:00
Alain Schlesser
8b16bbcee7 Add application password commands 2021-12-22 06:01:46 -05:00
Thrijith Thankachan
4cf964c4ac PHPCS: Fix up errors in entity-command.php and tests directory 2019-04-23 00:09:49 +05:30
Joseph Kerkhof
1735bf2bb6 Resolves issue 235 where error wasn't being thrown if 'site meta' isn't supported. 2019-03-31 14:28:22 -05:00
Henry Wright
a1d7573cfc Use "installation" instead of "install" 2018-10-03 16:28:36 +01:00
Jonny Harris
1342e6c4b7 Remove check for WordPress 5.0.0 2018-05-17 18:33:10 +01:00
Jonny Harris
71cb538429 Add the wp site meta sub-command, with tests 2018-05-17 18:33:10 +01:00
Daniel Bachhuber
8e6ef8edcc Update one more instance of 'installation' 2017-12-18 11:40:43 -08:00
Alain Schlesser
527c43687e Only use a command namespace if that functionality has already been implemented. 2017-10-29 12:25:27 +01:00
Alain Schlesser
41980a92c1 Add a "network" command namespace.
This allows the addition of a description to show up in the help screen.

See https://github.com/wp-cli/wp-cli/issues/4385
2017-10-29 12:22:26 +01:00
Daniel Bachhuber
87a2f286c2 Add wp option from wp-cli/wp-cli
From
3bbe5ff075
2017-04-18 05:13:02 -07:00
Daniel Bachhuber
bfd32a6663 Restore Site_Option_Command and User_Session_Command
These commands need to be included in this repo because of registry race
conditions
2017-04-04 16:39:22 -07:00
Daniel Bachhuber
1d2de8ca31 Use PSR-4 autoloading of existing classes; add remaining test files 2017-04-04 09:02:09 -07:00