Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve server types readability for datacenter describe command #852

Closed
jooola opened this issue Aug 27, 2024 · 0 comments · Fixed by #854 or #842
Closed

Improve server types readability for datacenter describe command #852

jooola opened this issue Aug 27, 2024 · 0 comments · Fixed by #854 or #842
Assignees
Labels

Comments

@jooola
Copy link
Member

jooola commented Aug 27, 2024

TL;DR

The output of the datacenter describe command yield a list of server type in a YAML like format. This is not easy to read and does not present the important data as it should (availability, etc.).

Expected behavior

We could either use a table or tab delimited columns, to have:

Server Types:
  - ID:   1,	Name: cx11,	Available: yes,	Supported: no
  - ID:   3,	Name: cx21,	Available: yes,	Supported: no
  - ID:   5,	Name: cx31,	Available: yes,	Supported: no
  - ID:   7,	Name: cx41,	Available: yes,	Supported: no
  - ID:   9,	Name: cx51,	Available: yes,	Supported: no
  - ID: 104,	Name: cx22,	Available: yes,	Supported: yes
  - ID: 105,	Name: cx32,	Available: yes,	Supported: yes
  - ID: 106,	Name: cx42,	Available: yes,	Supported: yes
  - ID: 107,	Name: cx52,	Available: yes,	Supported: yes
| ID  | Name | Available | Supported |
| :-- | :--- | --------- | --------- |
| 1   | cx11 | yes       | no        |
| 3   | cx21 | yes       | no        |
| 5   | cx31 | yes       | no        |
| 7   | cx41 | yes       | no        |
| 9   | cx51 | yes       | no        |
| 104 | cx22 | yes       | yes       |
| 105 | cx32 | yes       | yes       |
| 106 | cx42 | yes       | yes       |
| 107 | cx52 | yes       | yes       |
@jooola jooola added the feature label Aug 27, 2024
@jooola jooola self-assigned this Aug 27, 2024
@jooola jooola closed this as completed in fc0002c Aug 30, 2024
phm07 pushed a commit that referenced this issue Aug 30, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.47.0](v1.46.0...v1.47.0)
(2024-08-30)


### Features

* allow deleting rDNS entries
([#839](#839))
([129f51d](129f51d)),
closes [#814](#814)
* **certificate:** allow retrying managed certificate issuance
([#847](#847))
([0223f7d](0223f7d))
* improve datacenter describe server types readability
([#854](#854))
([fc0002c](fc0002c)),
closes [#852](#852)


### Bug Fixes

* `quiet` option sometimes only working as a flag
([#846](#846))
([f7c9ac6](f7c9ac6))
* **image:** only accept numerical ids for update, delete, label
([#844](#844))
([7355571](7355571))
* **load-balancer:** show message if none of --server, --label-selector
or --ip is set ([#849](#849))
([2df45e0](2df45e0))
* **primary-ip:** change protection commands do not allow protection
levels ([#851](#851))
([697a87a](697a87a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant