phrase / phrase-cli

CLI for the Phrase API
https://developers.phrase.com
MIT License
42 stars 6 forks source link

Provide --use-local-branch-name in all commands #116

Open JuJup opened 1 year ago

JuJup commented 1 year ago

Hey there,

Problem I really like the --use-local-branch-name on push and pull, because its simplifies my scripts and ensures an equal handling of special chars etc. Unfortunately it breaks my workflow, that this options seems to be only available on push and pull and on other commands I always need to enter the branch name explicitly.

Example After working on a branch, I want to merge it back into the main branch. From the Terminal, now I need to call phrase branches merge --name <branch_name> .... When working on a Git Branch, the branch was created automatically and I don't want to care about how the name was extracted from the Git Branch name.

Solution I'd love to see the mentioned option in all the other commands, which operate on a branch level. Right now for me it's relevant on cleanup and merge, but it makes sense on the others as well.

Thanks!

github-actions[bot] commented 1 year ago

Hi JuJup,

Thanks for your request.

We have logged your idea as a feature request.

In order to help with the potential prioritisation of your request, we require more information about the organisation you belong to. Please reach out to us separately using the contact form while being logged into your Phrase account or send us an email via support@phrase.com and provide the link to this issue so we can connect the dots.

Thank you for your understanding.

Best, Henning from the Phrase Technical Support Team

Comment by Henning