CLI Version
linode-cli v5.63.0 Built from spec version 4.212.0
Reproducer:
- Make your terminal window a bit smaller than usual
- run
$ linode-cli object-storage keys-create .......
- observe that the newly created keys were shortened to fit window and thus lost
┌──────────────────┬────────┬──────────────────┬─────────┬───────────────────┐
│ access_key │ id │ label │ limited │ secret_key │
├──────────────────┼────────┼──────────────────┼─────────┼───────────────────┤
│ AAAREDACTEDAAAA… │ 123456 │ abc12-something… │ True │ sssREDACTEDyyyyy… │
└──────────────────┴────────┴──────────────────┴─────────┴───────────────────
Expected Behavior
table should not be adjusted to the terminal size
Actual Behavior
table is adjusted to the view and not to the data that needs to be displayed