Be able to specify the context inline on a command
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 84
- Forks
- 26
- Avg merge
- 20h 27m
- Merged PRs (30d)
- 13
Description
What would you like to be added:
Be able to specify the context inline on a command
qovery shell --context webapp:staging:web
qovery shell -c webapp:production:worker
Also, that will remove the need to have a confirmation input to validate the current context, because the user did already manually specified the context they want

Why is this needed:
For someone who manages multiple instances/environments and needs to access those envs regularly, having to go through the menu selection is slow and a bit tedious
instead passing the context inline will be much faster, and will also allow to reuse shell history and auto-completion on their terminal
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the qovery shell command entry point and trace how the current context is selected and confirmed. Add support for the proposed --context or -c value, including the webapp:environment:service form, and verify that an explicitly supplied context does not require confirmation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100