Port details on branch 2023Q3 |
- grpcui Interactive web UI for gRPC, along the lines of postman
- 1.3.1_11 net
=0 1.3.1_11Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-08-04 15:02:22
- Last Update: 2023-09-08 14:39:12
- Commit Hash: 793b61c
- 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:
|