-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24261/
-----------------------------------------------------------

Review request for Aurora, David McLaughlin and Joe Smith.


Repository: aurora


Description
-------

Add deprecation warnings to other clientv1 commands.


Diffs
-----

  src/main/python/apache/aurora/client/commands/run.py 
169327f1846ce5ba571645e019ce6a70f8f205f0 
  src/main/python/apache/aurora/client/commands/ssh.py 
38233382ee19aa587d6ad7e5d2f4d270c9a5d9d6 

Diff: https://reviews.apache.org/r/24261/diff/


Testing
-------

[sun-wukong incubator-aurora (deprecation2)]$ ./dist/aurora2.pex ssh 
example/mchucarroll/test/foo 2 ls
WARNING: ssh is an aurora clientv1 command which will be deprecated soon
To run this command using clientv2, use 'aurora task ssh 
example/mchucarroll/test/foo/2 --command="ls"'

[sun-wukong incubator-aurora (deprecation2)]$ ./dist/aurora2.pex run 
example/mchucarroll/test/foo  ls -la
WARNING: ssh is an aurora clientv1 command which will be deprecated soon
To run this command using clientv2, use 'aurora task run "ls -la"'


Thanks,

Mark Chu-Carroll

Reply via email to