#collection #postman #password-store #curl #cli

app pocc

password-store 启发,用于玩转 postman 集合的 CLI(v2.1.0)

5 个版本 (3 个稳定版)

1.1.1 2023 年 9 月 23 日
1.0.0 2023 年 8 月 23 日
0.1.1 2023 年 8 月 2 日
0.1.0 2023 年 8 月 1 日

命令行工具 中排名第 1123

每月下载 44

CC0 许可证

23KB
560 代码行

password-store 启发,用于玩转 postman 集合的 CLI

关键特性

  • 转换为 curl

    pocc 支持 将 postman 请求转换为 curl,以便在终端中更容易使用。

    如何使用

    cmd

      pocc curl
    

    选择请求

    Select request from current directory:
    > TestCollection/New Folder/example.com
      TestCollection/New Folder/raw_json_body
      TestCollection/New Folder/raw_javascript_body
      TestCollection/New Folder/example.com
      TestCollection/New Folder/form-data
      TestCollection/New Folder/x-www-form-urlencoded
      TestCollection/New Folder/raw_text_body
      [↑↓ to move, enter to select, type to filter]
    

    输出

      curl --location --globoff --request POST 'https://example.com' \
      --header 'Authorization: Bearer 12345678' \
      --header 'Content-Type: text/plain' \
      --data 'hey there'
    
  • 转换为 Curl 并复制到剪贴板

    cmd

      pocc -c curl
    

    从交互式界面中选择一个请求,将其 curl 复制到剪贴板。

demo.webm

即将推出的特性

  • 从 curl 插入到集合中

更多内容,请查看 问题

安装

通过 cargo

使用 cargo run 安装

cargo install pocc

注意:以下安装方法即将推出

  • brew
  • nix
  • apt

项目目标

pocc 的基本目标是使用户能够无缝地在终端中与 Postman 集合进行交互。

依赖项

~8–20MB
~318K SLoC