-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'gh' is not a registered wp command #9
Comments
Hey @adamwalter - Sorry for the troubles. The Composer requirements work weirdly in this command because of some dependencies I'm trying (unsuccessfully, it seems) to build between different wp-cli commands. For the time being, you should be able to work around it by putting the following into your ~/.wp-cli/config.yml file:
Sorry for the trouble. I will try to figure this out when I get a chance. |
No luck. That file doesn't exist for me after installation. Not really sure what's up. How would one go about installing this without using |
Does "that file" mean |
Ah. Clone this repo somewhere - say, |
Okay, I've got it in there. However, now WP-CLI returns nothing when I try |
It sounds like you might be getting a fatal error, maybe because you're
now loading the package more than once. Check your error logs.
…On 01/02/2017 02:10 PM, Adam Walter wrote:
Okay, I've got it in there. However, now WP-CLI returns nothing when I
try |wp gh| or even a core command like |wp plugin list|. Sorry!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPDYyiKnLI30W2v44cI87rOe3ozF33qks5rOVmxgaJpZM4LMIp6>.
|
My apologies. I discovered that I was having an Your package is the first one that needed > 128M of memory to install, so I had never had a problem installing packages before. This led me to direct my focus on the package and not my system. Thanks for the help regardless! |
Glad it's working! |
I tried installing this package via
wp package install
using both the package name and the Git URL to this repo, but it is not working.I've tried new bash sessions and different WP sites, to no avail. I am seeing the package in my
composer.json
under bothrequire
andrepositories
, but I do not see the package in myvendors
directory.Any idea what's up?
The text was updated successfully, but these errors were encountered: