Running commands such as cf delete <APP> commands when connected to Hub instead of directly to a foundation.
CLI prompts to say y or N, but the command fails immediately.
$> cf delete tp-demo -r
Deleting the app and associated routes will make apps with this route, in any org, unreachable.
Really delete the app tp-demo and associated routes? [yN]: FAILED
EOF
Tanzu Hub 10.3
For Tanzu Hub 10.3, cf push is the only traditional cf command that is officially supported when targeting Hub. There is a feature card to add support for interactive commands as part of a scenario to extend support to additional commands.
cf delete and other interactive commands will be supported in upcoming release of Tanzu Hub.
For now, please use traditional CF CLI (connected to Cloud Controller) for operations other than cf push.