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

Unify --instance arg for extension commands #1436

Merged
merged 2 commits into from
Dec 21, 2024
Merged

Conversation

aljazerzen
Copy link
Contributor

Extension commands used to have an "instance" paramater
that used same keys (--instance, -I) as the global instance connection
parameter. This PR unifies these two.

The practical effect is that -I/--instance can be specified anywhere
between commands instead of just at the end, as it used to have to be.

We might also want to infer the instance from the current project.

Extension commands used to have an "instance" paramater
that used same keys (--instance, -I) as the global instance connection
parameter. This PR unifies these two.

The practical effect is that `-I`/`--instance` can be specified anywhere
between commands instead of just at the end, as it used to have to be.

We might also want to infer the instance from the current project.
@aljazerzen aljazerzen merged commit dbe9f20 into master Dec 21, 2024
16 of 17 checks passed
@aljazerzen aljazerzen deleted the unify-instance-arg branch December 21, 2024 13:06
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