Run all the CLI commands in the Docker environment #5564
+15
−15
Conversation
wing328
added Docker Enhancement: General
labels
May 8, 2017
wing328
added this to the
v2.2.3
milestone
May 8, 2017
|
@ppentchev thanks for the enhancement to support |
wing328
merged commit f5f3dbd into swagger-api:master May 8, 2017
davidgri
pushed a commit
to davidgri/swagger-codegen
that referenced
this pull request
May 11, 2017
|
|
ppentchev + wing328 |
dffb69b
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ppentchev commentedMay 5, 2017
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates)2.3.0branch for breaking (non-backward compatible) changes.Description of the PR
Hi,
Thanks for developing and maintaining Swagger!
Yesterday I found that I could not run "validate" in Docker, so I made a trivial change to allow the "validate" and "version" commands in the docker-environment shell script. Then it occured to me that it would not be so hard to check if the CLI can handle an arbitrary command, and then a couple of unquoted shell variables caught my eye.
Thanks in advance, and keep up the great work!
G'luck,
Peter