gram stage openapi
Stage an OpenAPI document in a deployment configuration.
For more information on the base behavior of the gram stage command, see the
gram stage reference.
Usage
gram stage openapi --slug my-openapi-doc --location ./path/to/openapi.yamlOptions
slug (Required)
Slug to identify the source.
gram stage openapi --slug my-openapi-doc [command options]location (Required)
Location to an OpenAPI JSON or YAML document. This can be a local file or a URL.
gram stage openapi --location ./path/to/openapi.yaml [command options]name
Human-readable name for the source.
gram stage openapi --name "My OpenAPI Document" [command options]Last updated on