create a new template
create a new template
runpodctl template create [flags]
--container-disk-in-gb int container disk size in gb (default 20)
--docker-entrypoint string comma-separated docker entrypoint commands
--docker-start-cmd string comma-separated docker start commands
--env string environment variables as json object
-h, --help help for create
--image string docker image name (required)
--name string template name (required)
--ports string comma-separated list of ports
--readme string readme content
--serverless is this a serverless template
--volume-in-gb int volume size in gb
--volume-mount-path string volume mount path (default "/workspace")
-o, --output string output format (json, yaml) (default "json")
- runpodctl template - manage templates