Zuplo CLI
Project Commands
Common Use Cases#
Importing an existing OpenAPI file#
We support importing both JSON and YAML. We will infer the format from the file extension.
If you have a remote file that you wish to import, you can also use the
--source
option. This downloads the file to a temporary directory and imports
it. The --source
option infers if this is a remote file by checking the URL.
Lastly, if you wish to rename the destination file, you can use the
--destination
option.