Shell mode - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2023-09-29
Available in...

Big Data

Big Data Platform

Data Fabric

Data Integration

Data Management Platform

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

About this task

In Shell mode, you can enter the CommandLine commands once and then only have to enter CommandLine's own keywords without having to restart CommandLine each time.

To launch CommandLine in shell mode on Linux,

Procedure

  1. Switch to the CommandLine directory.
  2. Enter the following command to switch to Shell mode:
    ./Talend-Studio-linux-gtk-x86 -nosplash -application org.talend.commandline.CommandLine
    -consoleLog -data commandline-workspace shell
  3. Now, enter your CommandLine command, for example:
    initRemote http://myAdminCenterURL.com -ul a@b.c -up mypassword
    Make sure you have entered correct user credentials. If the credential information is correct, it will be saved automatically and be reused during project logon. Otherwise, some error information will be prompted.
  4. When the output of the above command is returned by the CommandLine, enter the command:
    listProject
    Warning: To access the help that lists all the valid commands, you can start CommandLine in standalone mode and run the help command. The most complete help is provided by CommandLine in standalone mode, since in standalone mode you can execute CommandLine in shell mode.