origin: kubernetes-retired/kui#2398
A common set of commands when developing is:
activation list
- click an activation (
activation get)
- do some out of band activation which causes new activations
- go to 1
What if there was an activation poll instead (which the wsk cli offers) which continuously updates the activation list view with new activations, with support for specific action names to keep the focus on activations of interest.
It would avoid steps 1 and 4 above because a developer could iterate between do stuff and click new activation.
A possible nuance is the rate of the poll and ingesting too many activations at once... perhaps a slider or command line argument could control the rate.
origin: kubernetes-retired/kui#2398
A common set of commands when developing is:
activation listactivation get)What if there was an
activation pollinstead (which thewskcli offers) which continuously updates theactivation listview with new activations, with support for specific action names to keep the focus on activations of interest.It would avoid steps
1and4above because a developer could iterate between do stuff and click new activation.A possible nuance is the rate of the poll and ingesting too many activations at once... perhaps a slider or command line argument could control the rate.