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

New Relic Info Command Not Working #1626

Closed
rvtraveller opened this issue Feb 24, 2017 · 1 comment
Closed

New Relic Info Command Not Working #1626

rvtraveller opened this issue Feb 24, 2017 · 1 comment

Comments

@rvtraveller
Copy link

Expected behavior

As an authenticated user, I should be able to retrieve information about New Relic for a site using terminus new-relic:info <site-name>. The information should, at a minimum, include whether or not New Relic is enabled/disabled.

Actual behavior

An empty table/output is returned. Data is not accurate.

Brians-MacBook-Pro:website mg-mc-bthompson$ terminus new-relic:info <site>
 --------------- --------------------- 
  Name                     
  Status                               
  Subscribed On   1970-01-01 00:00:00  
  State                                
 --------------- --------------------- 

Steps to reproduce the behavior

  1. Authenticate in Terminus (terminus auth:login)
  2. Identify a site you have access to that does not have New Relic enabled (referred to in the future as site1)
  3. Run terminus new-relic:info site1
  4. Observe empty table output with no information about New Relic status
  5. Via the Pantheon Dashboard, enable New Relic for site1
  6. Run terminus new-relic:info site1
  7. Observe the same output as in step 4
@TeslaDethray
Copy link
Contributor

Fixed in latest release

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