gaucho icon indicating copy to clipboard operation
gaucho copied to clipboard

A Python CLI tool for Rancher's API

Results 6 gaucho issues
Sort by recently updated
recently updated
newest added

For services that are flapping (and thus never initialize), issuing a command to update the service results in the following error ``` Service cannot be updated due to its current...

I would like to be able to dynamically change the container's commands. `upgrade --replace-Command 'yarn install && yarn build && yarn tests'` then `upgrade --replace-Command 'yarn start'`

Hello how can I with gaucho upgrade service also with sidekick?? When I run: `gaucho upgrade 1s137` it upgrade only one container: ![screenshot](https://user-images.githubusercontent.com/2686906/31669908-acd655ac-b356-11e7-8c6c-993673e4a733.png)

enhancement
help wanted

`docker run --rm -e CATTLE_URL=http://test:8080/v1 -e CATTLE_ACCESS_KEY=123 -e CATTLE_SECRET_KEY=234 -it etlweather/gaucho upgrade 1s126 --start_first --auto_complete --complete_previous` Setting start_first as parameter doesn't work, the container is instantly stopped and then started....

documentation

Hi, I would like to use your script (thanks for the share) to execute some commands in my stack, but I'm in front of a problem that I didn't understand....

When Rancher returns an error code, it also returns a JSON message. Right now, we only throw an Exception and no message. We could catch those error statuses and show...

enhancement