User account login and project selection

After obtaining it, return to the command line and enter the following command to log in.

# note: fkit login -k [AccessKey] -s [AccessSecret]
# AccessKey AccessSecret   It can be obtained in the user center at the top right of the platform webpage 
./fkit login -k dd3e5b06896711eb8cfb12420bfe23ax -s ccd4bf88bb0411ebb2227ae21af0849x

# Pay attention to the use of the -H parameter. If you are a user of the private cloud service, you need to specify the -H parameter. The IP address of the local service is followed by the -H parameter. The default is https://www.flowhub.com.cnn
./fkit login -H http://172.11.0.207/

# The -i parameter is used to specify the subsequent tool transmission process, whether to use public network transmission or intranet transmission. For private cloud service users, this parameter has no special use. For public cloud services, when using the terminal section in the platform to develop files and tools, and upload them, you can set -i=true, so that you can use the intranet transmission to speed up the transmission speed

When you login, you will receive the following return message, fkit will list all the projects under your account, and you can enter the project ID to login to the corresponding project. For example, here we have selected the demo project, and its ID is 1.

./fkit login -k dd3e5b06896711eb8cfb12420bfe23ax -s ccd4bf88bb0411ebb2227ae21af0849x
login successful
index:  1 Project id:  aa9e9899985311ebbbf302420bfe23ax     Project Name:  test/demo
-----------Please select project id--------------
1

So we have completed the login operation, if you need to switch project, please execute the following command.

fkit project

Of course, you can also log in with your account number and password, please refer to the operation below.

# The comment line fkit login can use the nickname and password to log in without -k and -S
./fkit login

# Pay attention to the use of the -H parameter. If you are a user of the private cloud service, you need to specify the -H parameter. The IP address of the local service is followed by the -H parameter. The default is https://www.flowhub.com.cnn
./fkit login -H http://172.11.0.207/

# The -i parameter is used to specify the subsequent tool transmission process, whether to use public network transmission or intranet transmission. For private cloud service users, this parameter has no special use. For public cloud services, when using the terminal section in the platform to develop files and tools, and upload them, you can set -i=true, so that you can use the intranet transmission to speed up the transmission speed
./fkit login

Please enter you email or nickname address:
display

Enter Password:
*********

login successful
index:  1     Project Name:  user/project1
index:  2     Project Name:  user/project2
index:  3     Project Name:  user/project3

When the user has finished all the operations, we recommend that the user perform a logout operation to prevent fkit from being used by other people, resulting in data loss. You can execute the following command.

fkit logout

Or we can perform the logout operation on the FlowHub webpage.

results matching ""

    No results matching ""