engineyard / core-client-rb

Engine Yard Core API Ruby client
MIT License
4 stars 22 forks source link

Request: Full hostnames in `servers` command #141

Open Billiam opened 9 months ago

Billiam commented 9 months ago

Currently, the servers command limits the hostname output to 50 characters (https://github.com/engineyard/core-client-rb/blob/a7d82d32d9fb9fbfebbfa14b1d6fc00c21361f5a/lib/ey-core/cli/servers.rb#L35) which truncates hostnames.

With the deprecation of the SCP command, these hostnames are useful to connect and SCP files directly to/from the instance.

Ideally, a flag could be added to the command to just spit out the servers output without the table formatting, and without truncating.