phrase locales download \
--project_id <project_id> \
--id <id> \
--branch my-feature-branch \
--file_format yml \
--tags my-feature
phrase uploads create \
--project_id <project_id> \
--branch my-feature-branch \
--file /en.json \
--file_format json \
--locale_id abcd1234cdef1234abcd1234cdef1234 \
--tags my-awesome-feature
phrase job create \
--project_id <project_id> \
--data '{"branch":"my-feature-branch","name":"de","briefing":"de-DE","due_date":"2017-08-15","tags":["myUploadTag"],"translation_key_ids":["abcd1234cdef1234abcd1234cdef1234"]}'