Discussions

Ask a Question
Back to All

Upload api spec for the first time

Hi,
How to upload api-spec file for the first time as we dont have open_api_definition_id, and we want to do it using one command, without interactive terminal thing, or any manual effort ?

Admin

Hi, Ross from ReadMe here.

You can do it by combining a --version with a --create:

npx rdme openapi frog.json --create --version=1.0

Please let me know if I can answer any further questions.

Marked as answered by Ross Brackett