Feature request: docker stack deploy pass environment variables via cli options
Open
Nobody has claimed this yet.
area/stack
kind/feature
- Dominant language
- Go
- Stars
- 6.1k
- Forks
- 2.2k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 43
Description
From @dhanvi on March 10, 2018 18:54
Few people might have a use case to pass environment variables with a flag like -e.
docker stack deploy -c file.yml -e name=value stack_name
Labels: area/cli kind/feature
Copied from original issue: moby/moby#36554
Contributor guide
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 by tracing the docker stack deploy command and its existing -c option handling, then review the linked discussion for the intended environment-variable behavior. Done means the CLI accepts the proposed environment option consistently and has coverage demonstrating variables passed with a stack deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100