cf
cf copied to clipboard
The Cloud Foundry command-line interface
CF version 4.2.10.rc1 When deploying an application without a host the url is displayed a couple of times with an errant '.'. Here is an example push. Note the .app.somedomain.com...
When I target a new cloud controller, ie one which I am not logged on to there is no trace available: tastle@tastle-w500 G=master micro-bosh-install $ cf -t target http://9.10.5.180:9022 Setting...
There seems to be no checks in place for application name, invalid application name is initially accepted with a successful push and start but no way to access the URL....
When cf asks for "Email" (e.g. if you try to create org without doing `cf login`) it actually expects username: entering an email makes authentication fail, providing my username instead...
Using cf cf 4.2.10.rc1 If I execute cf login -t Then my password is displayed in the request log. It would be nice if that could be masked similar to...
Manifests should support a prompt syntax similar to the `random-word` syntax to prompt users for input. This would make "shrink wrapped" applications that run on Cloud Foundry easier to configure....
It is possible to run 'cf push' and ignore the presence of a manifest file using the --no-manifest flag. However the --no-manifest option is not mentioned either in 'cf help'...
When you target a new CF, which has no organizations nor spaces, the CLI currently prompts you (helpfully) to create a space. It fails to create a space on the...
This is a reopen of issue https://github.com/cloudfoundry/cf/issues/35 I'd like to see this issue flagged as "open for contribution". I may contribute a fix someday. :)