You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Authenticate in Terminus (terminus auth:login)
Identify a site you have access to that does not have New Relic enabled (referred to in the future as site1)
Run terminus new-relic:info site1
Observe empty table output with no information about New Relic status
Via the Pantheon Dashboard, enable New Relic for site1
Run terminus new-relic:info site1
Observe the same output as in step 4
The text was updated successfully, but these errors were encountered:
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.
Steps to reproduce the behavior
terminus auth:login
)terminus new-relic:info site1
terminus new-relic:info site1
The text was updated successfully, but these errors were encountered: