Setup for CLI
Prerequisites
Before we begin, make sure you have the following prerequisites in place:
- Install
servicefoundry
. You can install it using the following command:
pip install -U "servicefoundry"
- Login to servicefoundry
Enter your host in the --host
argument, eg: "https://your-domain.truefoundry.com"
sfy login --host "<ENTER YOUR HOST HERE>"
For other methods of login see Login
- Select the
Workspace
in which you want to deploy your application.- Step 1: Navigate to the Workspace tab on the left panel of your User Interface.
- Step 2: Identify the Workspace you want to deploy the application in.
- Step 3: Copy the Workspace FQN
- Step 4: Keep the Workspace FQN handy, as this will be used ahead.
Note:
If you don't have any workspace right now, you can create a new workspace by clicking the Create New Workspace link and following along this Documentation or contact your cluster admin in case of some issues
Updated 19 days ago