I'm looking to non-interactively push an app with a url of "none"
right now my command looks like:
vmc push sometestapp -f --framework "standalone" --command "python nowebapp.py" --runtime "python2" --url "none"
but this gives me a
FAILED
CFoundry::UriNotAllowed: 702: External URIs are not enabled for this account
error.
Any help would be greatly appreciated, Thanks