You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we support fields= such as wp plugin list --fields=name,status,update,version otherwise we receive a bit too much information (wraps on the screen)
typical usage in cv is cv ext:list -L --columns=key,name,status,version would be good to do wp cv ext:list -L --fields=key,name,status,version
wp cv ext is looking for --local can we add an alias for --L as well as --remote as --R
wp cv ext downloadwp cv ext enablewp cv ext installwp cv ext uninstall only supports a single extension at a time, cv allows multiple.
wp cv ext installwp cv ext enable These look to be aliases of one another. Is that correct?
wp cv ext update-db --vvv is not verbose like cv ext:upgrade-db -vvv
The text was updated successfully, but these errors were encountered:
tl;dr: Really good implementation. Commands work as documented. Could use some improvements to ease adoption from those transitioning from
cv
wp cv ext list
fields=
such aswp plugin list --fields=name,status,update,version
otherwise we receive a bit too much information (wraps on the screen)cv
iscv ext:list -L --columns=key,name,status,version
would be good to dowp cv ext:list -L --fields=key,name,status,version
wp cv ext
is looking for--local
can we add an alias for--L
as well as--remote
as--R
wp cv ext download
wp cv ext enable
wp cv ext install
wp cv ext uninstall
only supports a single extension at a time,cv
allows multiple.wp cv ext install
wp cv ext enable
These look to be aliases of one another. Is that correct?wp cv ext update-db --vvv
is not verbose likecv ext:upgrade-db -vvv
The text was updated successfully, but these errors were encountered: