opentdf / otdfctl

OpenTDF CLI
BSD 3-Clause Clear License
7 stars 1 forks source link

table output not expanding to full width of terminal #226

Closed strantalis closed 1 month ago

strantalis commented 2 months ago

Not sure if this is command specific but doing a list on the kas registtry doesn't seem to format the table properly. Workaround is to use --json

➜ otdfctl --tls-no-verify --host https://$PLATFORM_HOST policy kas-registry list SUCCESS Found kas-registry list

╭─────────────────────────────────────┬────────────────┬────────────────┬────────────────╮
│ID │ URI │PublicKey Locat…│ PublicKey │
├─────────────────────────────────────┼────────────────┼────────────────┼────────────────┤
│38c78d58-641e-4d60-ae11-6cc8d77eddb7 │https://2-0-…│Remotehttps://-0-…│
│e2bd1a17-844c-477f-822c-1888a9469691 │ https://-0-4…│ Local │-----BEGIN PUBL…│
╰─────────────────────────────────────┴────────────────┴────────────────┴────────────────╯

jrschumacher commented 1 month ago

@strantalis this was fixed in the linked issue. Please reopen if you still have issues.