Update README with Postman import and export commands#5
Conversation
Documents the new `apicli export postman` and `apicli import postman` commands, adds them to the Features list, and lists the new cmd files in the Project Structure section. https://claude.ai/code/session_0115ziB5BgJGej4QDFPRDWdt
PR Review: Update README with Postman import and export commandsThis is a documentation-only PR that looks well-structured overall. A few observations: Positives
Minor SuggestionsAmbiguous export example: Write output to a fileapicli export postman --collection my-api --output my-api.postman.json Export all collections to a fileapicli export postman --output all-collections.postman.json Error handling / edge cases:
Even a single line like "Returns a non-zero exit code with an error message on failure" would help users scripting with these commands. v2.0 vs v2.1 import distinction: SummaryNo blocking issues. The docs are clear and usable as-is. The suggestions above are minor improvements to help power users and scripters. |
Documents the new
apicli export postmanandapicli import postmancommands, adds them to the Features list, and lists the new cmd files
in the Project Structure section.
https://claude.ai/code/session_0115ziB5BgJGej4QDFPRDWdt