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

feat(instance): Add --instance option to arguments and config #10

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

nuclearcat
Copy link
Member

Add option to quickly change instance. Might be handy to change instance during testing some feature.

For example:
./kci-dev --instance=local commit ...options...
(Works fine, time to test on staging)
./kci-dev --instance=staging commit ...options...
It might need minor changes for existing config files, to specify default_instance option, but otherwise cli options remain backward compatible.

Add option to quickly change instance. Might be handy to change
instance during testing some feature.

For example:
./kci-dev --instance=local commit ...options...
(Works fine, time to test on staging)
./kci-dev --instance=staging commit ...options...
It might need minor changes for existing config files,
to specify default_instance option, but otherwise cli options
remain backward compatible.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
@aliceinwire
Copy link
Member

thanks

@aliceinwire aliceinwire merged commit fbf72dc into kernelci:main Sep 12, 2024
1 check passed
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 this pull request may close these issues.

2 participants