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

Define configuration file that can be used to pass parameter to the cli #38

Open
LucaLanziani opened this issue May 22, 2023 · 0 comments
Assignees

Comments

@LucaLanziani
Copy link
Member

We want to be able to run multiple commands in a row without having to specify --project-directory every time.
We want to be able to run the cli from "CI" or from local and get the same behaviour.

The general idea is for the cli to read parameters from a file if the file is there.

Command line parameter should override the file configuration, the CLI should be explicit (Warning log message) when a parameter is overridden.

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

Successfully merging a pull request may close this issue.

2 participants