Mark Chu-Carroll created AURORA-76: -------------------------------------- Summary: Implement client v2 to v1 bridge Key: AURORA-76 URL: https://issues.apache.org/jira/browse/AURORA-76 Project: Aurora Issue Type: Task Components: Client Reporter: Mark Chu-Carroll
To eventually start supporting deployment of clientv2, and to help users gradually migrate to v2, we need to have a mechanism in the command-line processing to take commands that aren't recognized by the v2 client, and pass them to the v1 client for processing. So running "aurora list_jobs example" will run the client v1 "list_jobs" command; running "aurora status a/b/c/d" will run the v1 "status" command, and running "aurora job status a/b/c/d" will run the v2 status command. -- This message was sent by Atlassian JIRA (v6.1.5#6160)