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 dev [dir] Run `go run` on the target package, open the dashboard. nexus gen clients Generate cross-module client stubs (DeployAs-tagged modules). nexus version Print the CLI version.
Click to show internal directories.
Click to hide internal directories.