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

Supports setting comma separated env vars #347

Closed
wants to merge 2 commits into from

Commits on Aug 8, 2019

  1. Supports setting comma separated env vars

     `--env ENV1=VAL1 --env ENV2=VAL2,ENV3=VAL3`
    
     should work specifying by separate `--env` or specifying comma separated
     values to `--env` or combination of both.
    navidshaikh committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    e775345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b059f4d View commit details
    Browse the repository at this point in the history