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
It is often useful to use colmena exec to quickly gather or check information on servers. Especially since you can filter by tag.
One relatively silly example:
colmena exec -- cat /etc/lsb-release
It would be great if the output was shown, and indicated which host it came from.
It may make sense to have two modes. A streaming mode where lines are prefixed with the host, and a batched mode where output is buffered until the command completes then each host is printed contiguously. (Like GNU parallel)
The text was updated successfully, but these errors were encountered:
I don't know how I missed that. Apparently I read the help too fast. This solves 95% of the problem. A batching mode would be nice but doesn't seem critical.
It is often useful to use
colmena exec
to quickly gather or check information on servers. Especially since you can filter by tag.One relatively silly example:
colmena exec -- cat /etc/lsb-release
It would be great if the output was shown, and indicated which host it came from.
It may make sense to have two modes. A streaming mode where lines are prefixed with the host, and a batched mode where output is buffered until the command completes then each host is printed contiguously. (Like GNU parallel)
The text was updated successfully, but these errors were encountered: