why does the 'cf run-task' command not work on swisscom cloudfoundry
I'm trying to get 'cf run-task' to work on the swisscom cloudfoundry instance. But it fails with even the simplest command: $ cf run-task hostapp "echo SUCCESS" --name task1 Creating task for app hostapp in org xxx / space yyy as xxx@yyy.com... Unexpected Response Response Code: 404 FAILED Is run-task not yet supported in cf api version 2.96.0? (which seems to be the current installed version on the swisscom env) The Swisscom Application Cloud has not activated the cf run-task feature yet. As of now, it's best to use cf ssh and then run the command manually from within your container or