Commit 5d37f1c
committed
ref: Changed columns for
After looking through Events with the CLI, it seemed that many of the
columns were not super useful; for instance, `seen` and `read` are hard
to change via the CLI and are more relevant to Cloud, and `message`
isn't present at all. `entity.label` is also absent, although it looks
like there were intentions to show it.
This change does the following:
* Removes `seen` and `read` from default column display list
* Adds `entity.label` and `message` to default column display list
New output looks like this:
```
┌───────────┬──────────┬─────────────────┬────────────────────────────────┬─────────────────────┬──────────┬──────────────┬───────────────────────┐
│ id │ username │ action │ label │ created │ duration │ status │ message │
├───────────┼──────────┼─────────────────┼────────────────────────────────┼─────────────────────┼──────────┼──────────────┼───────────────────────┤
│ 162178765 │ wsmith │ image_upload │ test-image-2 │ 2021-04-21T17:18:10 │ 4967 │ finished │ │
│ 162176559 │ wsmith │ image_upload │ test-image │ 2021-04-21T17:07:56 │ 59 │ failed │ Upload window expired │
```linode-cli events list
1 parent 3649e2a commit 5d37f1c
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16603 | 16603 | | |
16604 | 16604 | | |
16605 | 16605 | | |
| 16606 | + | |
16606 | 16607 | | |
16607 | 16608 | | |
16608 | 16609 | | |
| |||
16701 | 16702 | | |
16702 | 16703 | | |
16703 | 16704 | | |
16704 | | - | |
| 16705 | + | |
16705 | 16706 | | |
16706 | 16707 | | |
16707 | 16708 | | |
16708 | 16709 | | |
16709 | 16710 | | |
16710 | 16711 | | |
16711 | | - | |
16712 | 16712 | | |
16713 | 16713 | | |
16714 | 16714 | | |
| |||
16738 | 16738 | | |
16739 | 16739 | | |
16740 | 16740 | | |
| 16741 | + | |
16741 | 16742 | | |
16742 | 16743 | | |
16743 | 16744 | | |
| |||
16781 | 16782 | | |
16782 | 16783 | | |
16783 | 16784 | | |
16784 | | - | |
16785 | 16785 | | |
16786 | 16786 | | |
16787 | 16787 | | |
| |||
16826 | 16826 | | |
16827 | 16827 | | |
16828 | 16828 | | |
16829 | | - | |
16830 | 16829 | | |
16831 | 16830 | | |
16832 | 16831 | | |
16833 | 16832 | | |
16834 | 16833 | | |
16835 | | - | |
16836 | 16834 | | |
16837 | 16835 | | |
16838 | 16836 | | |
| |||
16843 | 16841 | | |
16844 | 16842 | | |
16845 | 16843 | | |
16846 | | - | |
| 16844 | + | |
16847 | 16845 | | |
16848 | 16846 | | |
16849 | 16847 | | |
| |||
16874 | 16872 | | |
16875 | 16873 | | |
16876 | 16874 | | |
| 16875 | + | |
16877 | 16876 | | |
16878 | 16877 | | |
16879 | 16878 | | |
| |||
0 commit comments