Skip to content
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

drush updatestatus not found #1150

Open
tributemedia opened this issue Aug 24, 2016 · 2 comments
Open

drush updatestatus not found #1150

tributemedia opened this issue Aug 24, 2016 · 2 comments

Comments

@tributemedia
Copy link

tributemedia commented Aug 24, 2016

When I try to run the drush updatestatus (ups), I get a message that says the command could not be found. I'm trying to replicate https://github.com/ataylorme/wordpress-at-scale-auto-update for Drupal sites, and could really use this command. I have Drush 7.0 installed, and other Drush commands work just fine.

@TeslaDethray
Copy link
Contributor

@tributemedia Would you be able to run the command with the --debug option enabled and give a printout of the command and the resultant output, please?

@tributemedia
Copy link
Author

@TeslaDethray Here are the results from the command using the --debug option. I do get the same results when not using my "tdrush" alias.

Steves-MacBook-Pro:~ stevekenley$ tdrush "ups --security-only" --site=fitwrapzcom --env=locator-map --debug
[2016-09-28 14:47:30] [debug] #### REQUEST ####
Params: {"headers":{"User-Agent":"Terminus/0.12.0 (php_version=5.5.36&script=terminus)","Content-type":"application/json","Authorization":"Bearer c9c1a55e-c043-496a-8cdc-52eedd0f88be:daba6f7c-8589-11e6-b0bf-bc764e10b0ce:ZdWTtkC7WrebFyuTXLKi5"},"verify":true,"method":"get","absolute_url":false}
URI: https://dashboard.pantheon.io:443/api/site-names/fitwrapzcom
Method: get
params: '{"headers":{"User-Agent":"Terminus/0.12.0 (php_version=5.5.36&script=terminus)","Content-type":"application/json","Authorization":"Bearer c9c1a55e-c043-496a-8cdc-52eedd0f88be:daba6f7c-8589-11e6-b0bf-bc764e10b0ce:ZdWTtkC7WrebFyuTXLKi5"},"verify":true,"method":"get","absolute_url":false}'
uri: 'https://dashboard.pantheon.io:443/api/site-names/fitwrapzcom'
method: 'get'
[2016-09-28 14:47:32] [debug] #### REQUEST ####
Params: {"headers":{"User-Agent":"Terminus/0.12.0 (php_version=5.5.36&script=terminus)","Content-type":"application/json","Authorization":"Bearer c9c1a55e-c043-496a-8cdc-52eedd0f88be:daba6f7c-8589-11e6-b0bf-bc764e10b0ce:ZdWTtkC7WrebFyuTXLKi5"},"verify":true,"method":"get","absolute_url":false}
URI: https://dashboard.pantheon.io:443/api/sites/1e78de90-c339-4110-9378-f3d3e0daf807?site_state=true
Method: get
params: '{"headers":{"User-Agent":"Terminus/0.12.0 (php_version=5.5.36&script=terminus)","Content-type":"application/json","Authorization":"Bearer c9c1a55e-c043-496a-8cdc-52eedd0f88be:daba6f7c-8589-11e6-b0bf-bc764e10b0ce:ZdWTtkC7WrebFyuTXLKi5"},"verify":true,"method":"get","absolute_url":false}'
uri: 'https://dashboard.pantheon.io:443/api/sites/1e78de90-c339-4110-9378-f3d3e0daf807?site_state=true'
method: 'get'
[2016-09-28 14:47:32] [debug] #### REQUEST ####
Params: {"headers":{"User-Agent":"Terminus/0.12.0 (php_version=5.5.36&script=terminus)","Content-type":"application/json","Authorization":"Bearer c9c1a55e-c043-496a-8cdc-52eedd0f88be:daba6f7c-8589-11e6-b0bf-bc764e10b0ce:ZdWTtkC7WrebFyuTXLKi5"},"verify":true,"method":"get","absolute_url":false,"options":{"method":"get"}}
URI: https://dashboard.pantheon.io:443/api/sites/1e78de90-c339-4110-9378-f3d3e0daf807/environments
Method: get
params: '{"headers":{"User-Agent":"Terminus/0.12.0 (php_version=5.5.36&script=terminus)","Content-type":"application/json","Authorization":"Bearer c9c1a55e-c043-496a-8cdc-52eedd0f88be:daba6f7c-8589-11e6-b0bf-bc764e10b0ce:ZdWTtkC7WrebFyuTXLKi5"},"verify":true,"method":"get","absolute_url":false,"options":{"method":"get"}}'
uri: 'https://dashboard.pantheon.io:443/api/sites/1e78de90-c339-4110-9378-f3d3e0daf807/environments'
method: 'get'
[2016-09-28 14:47:33] [debug] #### REQUEST ####
Params: {"headers":{"User-Agent":"Terminus/0.12.0 (php_version=5.5.36&script=terminus)","Content-type":"application/json","Authorization":"Bearer c9c1a55e-c043-496a-8cdc-52eedd0f88be:daba6f7c-8589-11e6-b0bf-bc764e10b0ce:ZdWTtkC7WrebFyuTXLKi5"},"verify":true,"method":"get","absolute_url":false}
URI: https://dashboard.pantheon.io:443/api/sites/1e78de90-c339-4110-9378-f3d3e0daf807/environments/locator-map
Method: get
params: '{"headers":{"User-Agent":"Terminus/0.12.0 (php_version=5.5.36&script=terminus)","Content-type":"application/json","Authorization":"Bearer c9c1a55e-c043-496a-8cdc-52eedd0f88be:daba6f7c-8589-11e6-b0bf-bc764e10b0ce:ZdWTtkC7WrebFyuTXLKi5"},"verify":true,"method":"get","absolute_url":false}'
uri: 'https://dashboard.pantheon.io:443/api/sites/1e78de90-c339-4110-9378-f3d3e0daf807/environments/locator-map'
method: 'get'
[2016-09-28 14:47:33] [info] Running drush ups --security-only on fitwrapzcom-locator-map
cmd: 'ups --security-only'
site: 'fitwrapzcom'
env: 'locator-map'
[2016-09-28 14:47:33] [debug] Command "'ssh -T locator-map.1e78de90-c339-4110-9378-f3d3e0daf807@appserver.locator-map.1e78de90-c339-4110-9378-f3d3e0daf807.drush.in -p 2222 -o "AddressFamily inet" '''drush ups --security-only ''''" is being run.
command: ''ssh -T locator-map.1e78de90-c339-4110-9378-f3d3e0daf807@appserver.locator-map.1e78de90-c339-4110-9378-f3d3e0daf807.drush.in -p 2222 -o "AddressFamily inet" '''drush ups --security-only '''''
The drush command 'ups' could not be found. Run drush cache-clear [error] drush to clear the commandfile cache if you have installed new
extensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants