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

Make CLI options part of preset #6842

Open
fyyyyy opened this issue Nov 19, 2021 · 0 comments
Open

Make CLI options part of preset #6842

fyyyyy opened this issue Nov 19, 2021 · 0 comments

Comments

@fyyyyy
Copy link

fyyyyy commented Nov 19, 2021

What problem does this feature solve?

CLI options like skipping git -n, --bare or --registry are not configurable in the preset / file.
But ALL above options would make sense in a preset, as these are typically things configured on a project basis.

The command line option would always take precedence over the settings in preset file

What does the proposed API look like?

I.e. preset file could look like:

{
    "useConfigFiles": true,
    "git": false,
    "bare": true,
    "registry": "private-registry-url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants