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 ?
Release : 2.0
Component : BRIGHTSIDE ZOWE CLI
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"