aio-cli-plugin-runtime
aio-cli-plugin-runtime copied to clipboard
aio runtime activation logs --tail shows last log before running the command
Describe the bug Same as in https://github.com/adobe/aio-cli-plugin-app/issues/385
The command should only show logs for new invocations that occur AFTER the command is run
@Himavanth could you qualify?
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1106
I think logs --tail
is a little different from app run
. Another probable way of looking at this is show last "few" logs and keep polling/waiting for more logs
. This is how UNIX's tail -f
works. It's debatable but i'm ok to go either way. Do you think there is a confusion in the current functionality?