2016-10-04 11:28:23 -04:00
|
|
|
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
|
|
|
|
swagger generate model -f api/swagger.yaml \
|
|
|
|
-t api -m types --skip-validator \
|
|
|
|
-n Volume \
|
|
|
|
-n Port \
|
2016-10-05 16:25:09 -04:00
|
|
|
-n ImageSummary \
|
|
|
|
-n Plugin -n PluginDevice -n PluginMount -n PluginEnv -n PluginInterfaceType
|