workflow-cli icon indicating copy to clipboard operation
workflow-cli copied to clipboard

The CLI for Deis Workflow

Results 34 workflow-cli issues
Sort by recently updated
recently updated
newest added

``` k:mustache example-go [master]$ deis limits:unset web=64M Applying limits... done === indoor-whitecap Limits --- Memory web 64M --- CPU web 250m k:mustache example-go [master]$ deis limits === indoor-whitecap Limits ---...

enhancement

When an app name is not provided for `deis` commands technically requiring one the current default is to return the raw `404 Not Found` response from the k8s api: ```...

enhancement

It could be really useful to have a similar approach as `tail -f` for `deis logs`.

enhancement

https://github.com/deis/workflow-cli/pull/109#discussion_r69937420

enhancement

In https://github.com/deis/workflow-cli/pull/128 we added logic around modifying a local `glide.yaml` with particular pkg/version values sent from the upstream `controller-sdk-go` PR job before building. However, as noted in https://github.com/deis/workflow-cli/pull/128#discussion_r71023996, this may...

upstream issue

This repo's [Jenkinsfile](https://github.com/deis/workflow-cli/blob/master/Jenkinsfile) as well as the [controller-sdk-go](https://github.com/deis/controller-sdk-go) repo's [Jenkinsfile](https://github.com/deis/controller-sdk-go/blob/master/Jenkinsfile) share common logic, especially as of https://github.com/deis/controller-sdk-go/pull/46 which builds workflow-cli in place, duplicating many steps used in this repo's pipeline....

enhancement

``` http https://storage.googleapis.com/workflow-cli/deis-latest-linux-amd64 HTTP/1.1 200 OK Accept-Ranges: bytes Alt-Svc: quic=":443"; ma=2592000; v="36,35,34,33,32,31,30" Alternate-Protocol: 443:quic Cache-Control: public, max-age=3600 Content-Length: 8558432 Content-Type: application/octet-stream Date: Sun, 14 Aug 2016 03:28:50 GMT ETag: "7733cb179ec4c38deb1e7443d7be00ab"...

bug

The download script listed in the docs (http://deis.io/deis-cli/install-v2.sh) is currently being served over a non-ssl connection allowing a MITM attack to replace the script and fetch a rogue client binary....

security

They are temporarily skipped to get the most test coverage in a short period of time, but they need to be done eventually.

needs tests

Right now we're shelling out to the git command line client to manage git remotes. This is finicky and git version dependent. Ideally we would use a library so we...

enhancement