LOCALFILE.txt format when using Zowe CLI command in Brightside to create an Endevor Package
search cancel

LOCALFILE.txt format when using Zowe CLI command in Brightside to create an Endevor Package

book

Article ID: 144148

calendar_today

Updated On:

Products

Brightside

Issue/Introduction

Execute Zowe-CLI command for create an Endevor Package as:

zowe endevor create packageName -d "package description" --ff localfile.txt -i ENDEVOR

What is the format of localfile.txt ?


Environment

Release : 2.0

Component : BRIGHTSIDE ZOWE CLI

Resolution

the localfile.txt can be any valid SCL to specify element action for the package, here is the example of local file: 

C:\Users\Administrator>more localfile.txt
MOVE ELEMENT 'ELEMENT1'
   FROM ENVIRONMENT 'ENV1' SYSTEM 'SYS1' SUBSYSTEM 'SUBS1'
     TYPE 'TYPE1' STAGE 1

for details,please see Article 1439178 and the documentation for Endevor "move statements"