Tanzu Hub 10.3 - cf delete and interactive commands fail with EOF error
search cancel

Tanzu Hub 10.3 - cf delete and interactive commands fail with EOF error

book

Article ID: 428697

calendar_today

Updated On:

Products

VMware Tanzu Platform - Hub

Issue/Introduction

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

Environment

Tanzu Hub 10.3

Resolution

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.