func init()

in cmd/platform/command.go [44:55]


func init() {
	Command.AddCommand(
		cmdallocator.Command,
		cmdconstructor.Command,
		cmdenrollmenttoken.Command,
		cmdinstanceconfig.Command,
		cmdproxy.Command,
		cmdrepository.Command,
		cmdrole.Command,
		cmdrunner.Command,
	)
}