lib/terraspace/cli/help/log.md in terraspace-0.3.2 vs lib/terraspace/cli/help/log.md in terraspace-0.3.3

- old
+ new

@@ -21,11 +21,11 @@ To show all logs, use the `-a` option. terraspace log up -a -Note, if both an action and stack is specified, then it defaults to showing all logs. If you want to not show all logs in thta case, then you can use `--no-all`. +Note, if both an action and stack is specified, then it defaults to showing all logs. If you want not to show all logs, use `--no-all`. ## Tail Logs To tail logs, use the `-f` option. @@ -34,9 +34,13 @@ terraspace log down -f # view all down logs terraspace log -f # view all logs: up, down, etc ## Timestamps -The timestamps are shown by default when you are looking for multiple files. When you specify a both the action and stack for a single log file, then timestamps are not shown. +The timestamps are shown by default when you are looking for multiple files. When you specify both the action and stack for a single log file, then timestamps are not shown. terraspace log up # timestamps will be shown in this case terraspace log up network # timestamps not be shown in this case + +To show timestamps: + + terraspace up up network --timestamps