Open Billiam opened 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.
servers
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
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.