VMware Tanzu Data Flow provides a shell that you can use to interact with a Tanzu Data Flow service instance deployed on VMware Elastic Application Runtime
This document outlines how to download the Tanzu Data Flow Shell deployed in a Tanzu Platform for Cloud Foundry environment.
The Tanzu Data Flow shell can be downloaded from a Tanzu Data Flow service instance, either from its dashboard or from the command line.
Option 1: Using the Tanzu Data Flow service instance dashboard.
Open the "about" floater by clicking the info icon on the top right.
Click Download Data Flow Shell.
Option 2: Using the command line
##Command
curl -JO --header "Authorization: $(cf oauth-token)" SERVER_URL/shell
##Sample
dashboard: https://dataflow-GUID.apps.example.com/dashboard
SERVER_URL = dataflow-GUID.apps.example.com
curl -JO --header "Authorization: $(cf oauth-token)" https://dataflow-GUID.apps.example.com/shell