Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Remove detail elision from docs
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
  • Loading branch information
njhale committed Jul 10, 2023
1 parent 8777fb7 commit 025d3cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions docs/docs/100-reference/01-command-line/acorn_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ acorn events [flags] [PREFIX]
# Get a single event by name
acorn events 4b2ba097badf2031c4718609b9179fb5
# Getting Details
# The 'details' field provides additional information about an event.
# By default, this field is elided from this command's output, but can be enabled via the '--details' flag.
# This flag must be used in conjunction with a non-table output format, like '-o=yaml'.
acorn events --details -o yaml
```

### Options
Expand Down
3 changes: 0 additions & 3 deletions docs/docs/50-running/90-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ acorn events --tail 10

# List the last 5 events and follow the event log
acorn events --tail 5 -f

# Print more information about each event
acorn events --details -o yaml
```

The command prints events in chronological order, printing the oldest events first.
Expand Down

0 comments on commit 025d3cb

Please sign in to comment.