CLI tool for managing infrastructure, GitHub runners, and Agentic Live services
pks <command> [options]$ pks github runner register my-org/my-repoRegister a GitHub runner for a repository
$ pks agentics runner startStart an Agentic Live runner
The pks CLI is the primary infrastructure management tool for the Agentic Live platform. It provides subcommands for managing GitHub runners, Agentic Live services, and other infrastructure components.
The CLI is built from Go source and can be compiled with:
go build -o pks ./main.go