Wired RunPod Integration Complete | Generated by AI
Done. The integration is wired end-to-end:
ww runpod --helpshows all subcommands and GPU shortcutsww runpod gpusmaps torunpodctl gpu listww runpod start rtx4000adamaps torunpodctl pod create --gpu-id NVIDIA-RTX-4000-Ada --image runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04- All the other verbs (
stop,delete,list,ssh,send,receive,user,billing,raw) pass through torunpodctl
It just needs a RunPod API key now. Set it with:
runpodctl config --apiKey=<YOUR_RUNPOD_API_KEY>
# or
export RUNPOD_API_KEY=***
After that ww runpod start rtx4000ada will spin up the pod directly.
