Create & List Pipelines
Create a Pipeline
A Pipeline identifies a QAS and Production system in your SAP landscape, using the names you gave them in the Create RFC Destinations section. To see how to create an RFC Destination, run the following from your PowerShell window:
PS C:\apps\SLABAPAgent\bin> ./slabapcli.exe pipeline help
[2025-06-17 14:08:58.556+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-17 14:08:58.556+01:00] [info] Config pathname: ../config/config.toml
setup commands:
help : setup command help
list : list pipelines
set : set pipeline
--name <pipeline name>
--qas <qas rfc destination name>
--prd <prd rfc destination name>
--teststage <test stage name>
You’ll need to provide the Pipeline’s name, the name of a QAS system, the name of a Production system, and the name of a test stage.
PS C:\apps\SLABAPAgent\bin> .\slabapcli.exe pipeline set --name 'HH_SLABAPCLI_170625' --qas 'S21' --prd 'S21' --teststage 'Functional'
[2025-06-17 14:23:34.373+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-17 14:23:34.374+01:00] [info] Config pathname: ../config/config.toml
[2025-06-17 14:23:34.379+01:00] [info] Total time: 00:00:00.006
List Pipelines
To list the Pipelines defined in your config.toml file, run the following from your PowerShell window:
PS C:\apps\SLABAPAgent\bin> .\slabapcli.exe pipeline list
[2025-06-17 14:26:57.522+01:00] [info] Config pathname: ../config/config.toml
Name : HH_SLABAPCLI_170625
QAS : S21
PRD : S21
Last updated
Was this helpful?