Dies Koper

Results 7 issues of Dies Koper

Fixes #78

blocked
help wanted

[Cloud Foundry](docs.cloudfoundry.org) is an open source, multi cloud application platform and it has a [Command Line tool](https://github.com/cloudfoundry/cli) to interact with it. The `cf` CLI supports bash completion "natively" as offered...

blocked

Running the LF report on https://github.com/cloudfoundry/cli gives a list of most of its vendored dependencies and licenses, but it missed **two dependencies**: https://github.com/cloudfoundry/cli/tree/master/vendor/golang.org/x/sys/unix https://github.com/cloudfoundry/cli/blob/master/vendor/gopkg.in/yaml.v2 The former contains a BSD-3 Clause...

needs more information

The [cf CLI](https://github.com/cloudfoundry/cli) vendors https://github.com/gorilla/websocket which GitHub identifies as having a BSD-2 Clause license. LF reports it as `unknown`. Two differences stand out with LF's Simplified BSD template: 1. LF's...

Using cf 6.21.0, getting a symlink error on Windows 7: ``` d:\Users\koperd\Downloads\bin>cf save-target dies-test Error: symlink D:\Users\koperd\.cf\targets\dies-test.config.json D:\Users\koperd\.cf\targets\current: A required privilege is not held by the client. ```

Please copy NOTICE file when present with the LICENSE file. Background: With Apache licensed projects, it is super common (by [ASF policy](http://www.apache.org/dev/licensing-howto.html#overview-of-files)) to include a `NOTICE` file with the `LICENSE`...

FYI, I removed the OS X plugin from the CF Community CLI Plugin site as the checksum check is failing. https://github.com/cloudfoundry-incubator/cli-plugin-repo/commit/719e1c286e72980dcd880b2015d88dbeb3761ddb The recommended way for publishing plugins is to point...