Port details on branch 2023Q4 |
- grpcui Interactive web UI for gRPC, along the lines of postman
- 1.3.1_12 net
=0 1.3.1_12Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-12-07 15:09:06
- Last Update: 2023-12-07 15:06:56
- Commit Hash: 1a5ede5
- Also Listed In: www
- License: MIT
- WWW:
- https://github.com/fullstorydev/grpcui
- Description:
- grpcui is a command-line tool that lets you interact with gRPC servers via a
browser. It's like Postman, but for gRPC APIs instead of REST.
In some ways, this is like an extension to grpcurl. Whereas grpcurl is a
command-line interface, grpcui provides a web/browser-based GUI. This lets you
interactively construct requests to send to a gRPC server.
With this tool you can also browse the schema for gRPC services, which is
presented as a list of available endpoints. This is enabled either by querying a
server that supports server reflection, by reading proto source files, or by
loading in compiled "protoset" files (files that contain encoded file descriptor
protos). In fact, the way the tool transforms JSON request data into a binary
encoded protobuf is using that very same schema. So, if the server you interact
with does not support reflection, you will either need the proto source files
that define the service or need protoset files that grpcui can use.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/grpcui/ && make install clean
- To add the package, run one of these commands:
- pkg install net/grpcui
- pkg install grpcui
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: grpcui
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1679564706
SHA256 (fullstorydev-grpcui-v1.3.1_GH0.tar.gz) = 01cfa0bbaf9cfdaa61ae0341c83cde3372854133d62cb9b91c3a111eaa145815
SIZE (fullstorydev-grpcui-v1.3.1_GH0.tar.gz) = 4355047
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go120 : lang/go120
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_grpcui
- USES:
- go:modules
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1_12 07 Dec 2023 15:06:56
    |
Ashish SHUKLA (ashish)  |
all: Bump PORTREVISION after lang/go* update
PR: 274405
(cherry picked from commit 0505b712df3ae2b4bcaba00aecc7c1e9100d8609) |
Number of commits found: 1
|