marathonctl icon indicating copy to clipboard operation
marathonctl copied to clipboard

marathonctl is a CLI tool for Marathon

Results 15 marathonctl issues
Sort by recently updated
recently updated
newest added

marathonctl/artifact.go [Line 76](https://github.com/shoenig/marathonctl/blob/master/artifact.go#L76): warning: e assigned and not used (ineffassign) marathonctl/app.go [Line 147](https://github.com/shoenig/marathonctl/blob/master/app.go#L147): warning: "specifiy" is a misspelling of "specify" (misspell)

Solves #37 , I did not make it configurable in the sake of consistency with other commands using `?force=true`. See /v2/apps/{app_id} DELETE, `force` query parameter and 409 response: http://mesosphere.github.io/marathon/api-console/index.html

Hello, thank you for the lib, if u could attach a binary to each release, that would be cool. Because that mean that i can easily provision my machines, just...

If there is any problem with the specified config file, the generic help message is displayed with no information about what was wrong. We should have detailed error messages so...

Could you add a `--force` option to the `app destroy` command, please? ``` request failed, details: { "message": "App is locked by one or more deployments. Override with the option...

Deploy a marathon app with a non existent acceptedResourceRoles ``` { "id": "alpine-test", "cmd":"echo '----- TEST -----' && sleep 360;", "acceptedResourceRoles": [ "my-custom-role" ], "container": { "docker": { "image": "alpine:3.3",...

hi @shoenig, thanks again for the tool. Just noticed: ``` root@master-ubuntu-1404:~# marathonctl -v xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` Any ideas ?

Right now executing 'app update [id] [json]' will force an update. The Marathon API makes this optional to avoid bad things from happening, so we should provide this as an...

enhancement

When _marathonctl app create_ fails for some reason other than the application already existing (status code 409) or the proposed ID being invalid (status code 422), _marathonctl_ doesn't display any...

According to code tool will use some default config files if nothing is specified with `-c`: https://github.com/shoenig/marathonctl/blob/c7a1db45032ed8ca2ec7fc24bbb29f7b8d8a2b53/config.go#L42 Would be nice if it will be documented :)