How to add a long list of files to a changelist in Perforce using python’s subprocess module and the Helix Core API?
I have 1,000 files that I want to add/move to a single changelist. In other commands such as “add” you can create a list of file paths in a text document and add a “-x” parameter before the file path, creating something like this: p4 -x path/to/text/file/with/paths.txt add
.