-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
bugissues that report a bugissues that report a bug
Description
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
Metadata
Metadata
Assignees
Labels
bugissues that report a bugissues that report a bug