From b09729ca0c82fea1d88e7d38519a53ac53f9ddaa Mon Sep 17 00:00:00 2001 From: VIKI623 <1131474161@qq.com> Date: Thu, 9 Apr 2026 20:38:42 +0800 Subject: [PATCH] =?UTF-8?q?data:=20add=20Bruno=20=E2=80=94=20open-source?= =?UTF-8?q?=20API=20client=20with=20Git-friendly=20CLI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/apps/bruno.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/apps/bruno.yaml diff --git a/data/apps/bruno.yaml b/data/apps/bruno.yaml new file mode 100644 index 0000000..7829904 --- /dev/null +++ b/data/apps/bruno.yaml @@ -0,0 +1,24 @@ +displayName: Bruno # app name +homepage: https://www.usebruno.com/ # official website +cliType: standalone # standalone = separate install; embedded = bundled with desktop app +region: global # global | china (maintainer-only) +cliInstall: # CLI install commands; at least one for standalone apps + - command: npm install -g @usebruno/cli + official: true +skillInstall: [] # agent skill install commands; [] if none +openSourceDocsUrl: https://github.com/usebruno/bruno # GitHub repo URL if open-source, else null +officialDocsUrl: https://docs.usebruno.com/bru-cli/overview # product docs page, or null +status: active # active | beta | deprecated +categories: [api] # one or more categories +tags: [api-client, testing, open-source, rest] # free-form lowercase tags +oneLiner: Open-source API client with a Git-friendly CLI for running collections in CI. # ≤ 140 chars +description: > # 2-4 sentences + Bruno is an open-source API client that stores collections as plain files on your filesystem, + making them easy to version-control with Git. The Bru CLI lets you execute entire request + collections from the terminal, enabling automated API testing in CI/CD without cloud sync. + Collections use a simple markup format that is human-readable and diff-friendly. +intents: # what a user or agent would want to DO + - run API request collections in CI pipelines without a cloud account + - version-control API collections alongside application source code + - execute environment-specific API tests from the terminal +alternativesTo: [Postman, Insomnia, Apifox] # similar app names; [] if none