You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/14 19:28:35 UTC

[GitHub] [incubator-openwhisk-client-go] rabbah opened a new issue #119: wsk activation list behavior

rabbah opened a new issue #119: wsk activation list behavior
URL: https://github.com/apache/incubator-openwhisk-client-go/issues/119
 
 
   A recent change to the way activations are listed produced two different behaviors.
   
   When there are no activations, the result is this:
   ```
   > wsk activation list 
   activations
   ```
   
   and when repeated with activations, the result is this:
   ```
   >  wsk activation list
   Datetime            Activation ID                    Kind                 Start Duration   Status            Entity                                                                                              
   2019-03-14 15:25:40 1d11658e3f974e6391658e3f97be63ac nodejs:6             cold  69ms       success           guest/e:0.0.1                                                                                       
   ```
   
   @larandersson perhaps we should nuke the naked activations headers when there are no results.
   
   additionally, can we trim the lines so that they don't overflow unnecessarily?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services