lab/openapi/serve

8 lines
106 B
Text
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
openapi-mock serve \
--specification-url petstore.yaml \
"$@"