copyenv icon indicating copy to clipboard operation
copyenv copied to clipboard

CF CLI Plugin for copying application variables into local environment

Results 2 copyenv issues
Sort by recently updated
recently updated
newest added

``` $ cf copyenv my-first-app export VCAP_SERVICES='{}'; $ cf set-env my-first-app PERSON "Dr Nic" $ cf copyenv my-first-app export VCAP_SERVICES='{}'; ``` Is this a bug or a feature you'd like...

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...