christianwach / cli-tools-for-civicrm

Feature plugin for managing CiviCRM through the command line.
GNU Affero General Public License v3.0
3 stars 4 forks source link

wp cv ext commands review and comments #1

Open kcristiano opened 4 months ago

kcristiano commented 4 months ago

tl;dr: Really good implementation. Commands work as documented. Could use some improvements to ease adoption from those transitioning from cv

usage: 
wp cv ext disable <key-or-name> [--extpath=<extpath>] [--yes]
   or: wp cv ext download <key-or-name> [--install] [--yes]
   or: wp cv ext enable <key-or-name> [--extpath=<extpath>] [--yes]
   or: wp cv ext info <key-or-name> [--local] [--remote] [--format=<format>]
   or: wp cv ext install <key-or-name> [--extpath=<extpath>] [--yes]
   or: wp cv ext list [--local] [--remote] [--refresh] [--format=<format>]
   or: wp cv ext uninstall <key-or-name> [--extpath=<extpath>] [--yes]
   or: wp cv ext update-db
christianwach commented 4 months ago

Thanks for reviewing @kcristiano - I appreciate it.