Mark Chu-Carroll created AURORA-804:
---------------------------------------
Summary: Fix deprecation message for "aurora task ssh"
Key: AURORA-804
URL: https://issues.apache.org/jira/browse/AURORA-804
Project: Aurora
Issue Type: Bug
Components: Client
Reporter: Mark Chu-Carroll
Assignee: Mark Chu-Carroll
The deprecation message currently generates the incorrect syntax for tunnel
parameters:
{noformat}
WARNING: ssh is an aurora clientv1 command which will be deprecated soon
To run this command using clientv2, use 'aurora task ssh
devcluster/user/staging/stuff/0 --tunnels=['10002:thrift']'
{noformat}
It incorrectly assumes that the "tunnels" parameter is a single value, when
it's a list, where the option can occur multiple times.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)