Skip to content

Instantly share code, notes, and snippets.

@Aaronontheweb
Created June 9, 2021 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aaronontheweb/66406976b702c792ddc8f616c2e1bb0b to your computer and use it in GitHub Desktop.
Save Aaronontheweb/66406976b702c792ddc8f616c2e1bb0b to your computer and use it in GitHub Desktop.
Petabridge.Cmd with live-tailing commands with timestamps
pbm cluster tail | foreach{ Write-Output "[$(Get-Date)] $_" } > cluster-tail.txt
pbm remote tail | foreach{ Write-Output "[$(Get-Date)] $_" } > remote-tail.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment