The boundaries daemon
Find a file
2025-03-05 14:00:26 +01:00
run-pkg feat(run-pkg): added start-command-pipe listener 2025-03-05 13:50:06 +01:00
send-command fix(send-command): fixed EOF error 2025-02-28 13:27:04 +01:00
.gitignore build script 2025-02-27 15:06:26 +01:00
bpb.json feat(run-pkg): added initial run package cli 2025-03-04 16:54:00 +01:00
client.go feat(client.go): support for package installation 2025-02-28 13:26:34 +01:00
go.mod feat(install.go): experimental package installation 2025-02-28 13:26:01 +01:00
go.sum feat(install.go): experimental package installation 2025-02-28 13:26:01 +01:00
install.go feat(install.go): wrapped bins now use the bnd-run command 2025-03-05 14:00:26 +01:00
list.go feat(main.go): renamed function 2025-02-27 18:47:16 +01:00
main.go feat(main.go): renamed function 2025-02-27 18:47:16 +01:00
README.md feat(README.md): added README 2025-02-27 22:56:22 +01:00
remove.go feat(remove.go): removes bin wrappers 2025-02-27 21:02:31 +01:00
run.go fix(run.go): fixed command pipes 2025-02-28 13:25:11 +01:00

bndd

The daemon for boundaries

Note: This repository is part of the boundaries rewrite as a client/server model. Once it is completed, the old boundaries will be deprecated.

Installing

Note: Currently, bndd requires another boundaries installation to already be installed.

You can compile the package with the following command (assuming bpb and go are installed):

bpb .

After that you can install the built package inside the package/ directory