[
https://issues.apache.org/jira/browse/MESOS-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam B updated MESOS-6477:
--------------------------
Description:
This client prototype should have a similar CLI to what we eventually want to
build into the Mesos or DC/OS CLI.
{noformat}
Streaming HTTP Client
Usage:
client task exec [--tty] [--interactive] <task-id> <cmd> [<args>...]
client task attach [--tty] [--interactive] <task-id>
Options:
--tty Allocate a tty on the server before
attaching to the container.
--interactive Connect the stdin of the client to
the stdin of the container.
{noformat}
was:
This client prototype should have a similar CLI to what we eventually want to
build into the DC/OS CLI.
{noformat}
Streaming HTTP Client
Usage:
client task exec [--tty] [--interactive] <task-id> <cmd> [<args>...]
client task attach [--tty] [--interactive] <task-id>
Options:
--tty Allocate a tty on the server before
attaching to the container.
--interactive Connect the stdin of the client to
the stdin of the container.
{noformat}
> Build a standalone python client for connecting to our Mock HTTP Server that
> implements the new Debug APIs
> ----------------------------------------------------------------------------------------------------------
>
> Key: MESOS-6477
> URL: https://issues.apache.org/jira/browse/MESOS-6477
> Project: Mesos
> Issue Type: Task
> Reporter: Kevin Klues
> Assignee: Steven Locke
> Labels: debugging, mesosphere
>
> This client prototype should have a similar CLI to what we eventually want to
> build into the Mesos or DC/OS CLI.
> {noformat}
> Streaming HTTP Client
> Usage:
> client task exec [--tty] [--interactive] <task-id> <cmd> [<args>...]
> client task attach [--tty] [--interactive] <task-id>
> Options:
> --tty Allocate a tty on the server before
> attaching to the container.
> --interactive Connect the stdin of the client to
> the stdin of the container.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)