Documentation
¶
Overview ¶
Command nexus is the developer CLI for the nexus framework. The command surface is built on spf13/cobra so subcommand help, flag parsing, completion, and grouping behave the way Go developers expect from kubectl/hugo/cobra-using tools they already know.
Install:
go install github.com/paulmanoni/nexus/cmd/nexus@latest
Subcommands:
nexus new <dir> Scaffold a minimal nexus app. nexus init [dir] Add nexus.deploy.yaml to an existing project. nexus dev [dir] Run `go run` on the target package, open the dashboard. nexus build Build a deployment binary using overlay-driven shadow code. nexus version Print the CLI version.
Click to show internal directories.
Click to hide internal directories.