nimbella / aio-cli-plugin-runtime

Nimbella Fork of the Adobe I/O Runtime plugin for Apache OpenWhisk.
https://nimbella.com
Apache License 2.0
2 stars 1 forks source link

Allow log lines to be slices and add flag to supress header. #13

Closed rabbah closed 4 years ago

rabbah commented 4 years ago

This PR allows log lines to be sliced. For example:

nim activation:logs <id> --slice 0:1

To take 1 log line starting at index 0. It's possible to also index from the end of the log line sequence.