What is the correct format for a CSV file for use promoting a version to current?
I've tried the obvious, in a CSV file ([promote_v4.csv) with only the following:
11111,55555
11114,44445
Individual commands work as expected e.g.
These work:
box files:versions:promote 11111 55555
box files:versions:promote 11114 44445
But using the following command doesn't work:
Doesn't work:
box files:versions:promote --bulk-file-path=/Users/matt/Desktop/promote_v4.csv
What's missing?
