Discussions
readme CLI without publishing
over 2 years ago by Naveen Velicheti
I am trying to run command line to update the existing api definition with a modified one.
rdme openapi [path to yaml] --key=rdme_xyz --id=abcd
Now I would like to find out 2 things
- Can I push this new yaml in a dryrun/unpublished mode? so that I can verify it on readme devportal as an admin.
- Or Can I upload this as a new api definition instead and make it in unpublished mode?