docs icon indicating copy to clipboard operation
docs copied to clipboard

Generating from OpenAPI Error: Unknown commands: openapi-file

Open Filimoa opened this issue 1 year ago • 0 comments

I'm following these guides and they all seem to be broken

https://mintlify.com/blog/steps-to-autogenerate https://mintlify.com/docs/api-playground/openapi/setup

This openapi-file command does not even exist in the cli tool?

npx @mintlify/scraping@latest openapi-file ./openapi.json
mintlify-scrape <command>

Commands:
  mintlify-scrape page <url>     Scrapes the docs page for the URL provided
  mintlify-scrape section <url>  Scrapes the entire docs site based on the URL p
                                 rovided

Options:
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

Unknown commands: openapi-file, ./openapi.json

Filimoa avatar Oct 24 '24 13:10 Filimoa