mudtar / woocommerce-memberships-cli-import

WordPress plugin that adds a WP-CLI command that functionally piggybacks the WooCommerce Memberships CSV importer
10 stars 2 forks source link

'import' command not registered #2

Open tmertz opened 6 years ago

tmertz commented 6 years ago

Hi,

First of all, so awesome that you made this. If I can get it to work it will save me a ton of headache. So thank you, in advance.

However, it seems that the commands isn't registering with wp-cli. Error: 'import' is not a registered subcommand of 'wc memberships'. See 'wp help wc memberships' for available subcommands.

I don't know how to fix it, as no amount of tweaking of your code seems to remedy the problem. FWIW, I am running Woocommerce 3.3.4, Memberships 1.9.8 and WP 4.9.4. Any kind of fix or guidance you can provide would be greatly appreciated. Thanks in advance.

lkraav commented 6 years ago

This used to be a problem w/ WP-CLI 1.5 update. @tmertz have you gotten this resolved in the meanwhile?