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


Ship it!




Ship It!

- Kevin Klues


On Okt. 15, 2018, 6:53 vorm., Armand Grillet wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69003/
> -----------------------------------------------------------
> 
> (Updated Okt. 15, 2018, 6:53 vorm.)
> 
> 
> Review request for mesos and Kevin Klues.
> 
> 
> Bugs: MESOS-6551
>     https://issues.apache.org/jira/browse/MESOS-6551
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Added `task exec` to new CLI.
> 
> 
> Diffs
> -----
> 
>   src/python/cli_new/lib/cli/plugins/task/main.py 
> a47a8c53ee2d8d468ea0f9947ea3f65d81fc9251 
> 
> 
> Diff: https://reviews.apache.org/r/69003/diff/4/
> 
> 
> Testing
> -------
> 
> Only tested manually at the moment.
> ```
> $ mesos task exec --interactive --tty <task-id> vi
> $ mesos task exec -it <task-id> bash
> $ mesos task exec <task-id> cat stderr
> $ echo "hello" | mesos task exec --interactive <task-id> cat
> ```
> 
> 
> Thanks,
> 
> Armand Grillet
> 
>

Reply via email to