Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "build", Short: "Build pre-compiled binary archive for deployment", Long: `Cross-compile all Orama binaries and dependencies for Linux, then package them into a deployment archive. The archive includes: - Orama binaries (CLI, node, gateway, identity, SFU, TURN) - Olric, IPFS Kubo, IPFS Cluster, RQLite, CoreDNS, Caddy - Systemd namespace templates - manifest.json with checksums The resulting archive can be pushed to nodes with 'orama node push'.`, Run: func(cmd *cobra.Command, args []string) { build.Handle(args) }, DisableFlagParsing: true, }
Cmd is the top-level build command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.