Mark Chu-Carroll created AURORA-268:
---------------------------------------
Summary: Implement instance descriptor syntax to all appropriate
commands.
Key: AURORA-268
URL: https://issues.apache.org/jira/browse/AURORA-268
Project: Aurora
Issue Type: Task
Components: Client
Reporter: Mark Chu-Carroll
Assignee: Mark Chu-Carroll
Currently, some commands that operate on specific instances of a job take
--instance options. Instead, they should take a shard specifier that's similar
to a job-key. So instead of
aurora job kill west/someone/test/foo --instances 1,3-5,7-19
You'd write:
aurora job kill west/someone/test/foo/1,3-5,7-19
This new syntax should be supported by all commands that operate on instances,
including (at least) restart, update, kill, and run.
--
This message was sent by Atlassian JIRA
(v6.2#6252)