Currently, the servers command limits the hostname output to 50 characters (
|
{ public_hostname: { width: 50 } }, |
) 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.
Currently, the
serverscommand limits the hostname output to 50 characters (core-client-rb/lib/ey-core/cli/servers.rb
Line 35 in a7d82d3
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.