Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add a CLI arg to specify path to the config file #343

Open
tlegrave opened this issue Nov 22, 2023 · 0 comments
Open

[FEATURE] Add a CLI arg to specify path to the config file #343

tlegrave opened this issue Nov 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tlegrave
Copy link

Is your feature request related to a problem? Please describe.
I'm facing issues where I want to have a global cog.toml config file for several repos to automate a release process (through gitlab CI). However cocogitto actually expects the config file to be placed at the root of the repo and commits it when using cog bump (due to the code here).

Describe the solution you'd like
Allowing cog to take the path to the config file in argument.

Describe alternatives you've considered
I tried different git stuffs to avoid commiting cog.toml file. Adding the entry to a global or local .gitignore is not working as described in this issue.

Am I missing something ? If not, I can surely make a PR by the end of the week to help on that subject.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants