bruno icon indicating copy to clipboard operation
bruno copied to clipboard

feat: openapi import from cli

Open pooja-bruno opened this issue 8 months ago • 1 comments

Description

Changes

CLI Integration

  • Added OpenAPI import functionality to Bruno CLI
  • Implemented command line interface for importing OpenAPI specifications
  • Added support for both JSON and YAML OpenAPI file formats

Features

  • New CLI command: bru import with the following options:
    • -t, --type: Specify import type
    • -s, --source: Source file path
    • -o, --output: Output directory path (optional)

Contribution Checklist:

  • [x] The pull request only addresses one issue or adds one feature.
  • [x] The pull request does not introduce any breaking changes
  • [ ] I have added screenshots or gifs to help explain the change if applicable.
  • [x] I have read the contribution guidelines.
  • [x] Create an issue and link to the pull request.

pooja-bruno avatar Apr 08 '25 11:04 pooja-bruno

Closes issue https://github.com/usebruno/bruno/issues/1109

anusree-bruno avatar Apr 15 '25 07:04 anusree-bruno