Zuplo CLI
Project Commands
Code
Common Use Cases
Importing an existing OpenAPI file
We support importing both JSON and YAML. We will infer the format from the file extension.
Code
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.
Code
Lastly, if you wish to rename the destination file, you can use the
--destination
option.
Code
Last modified on