runpodctl - manage your ai system.

getting started:
  1. get your api key at https://www.runpod.io/console/user/settings
  2. run: runpodctl doctor (will prompt for key and save it)
  or: export RUNPOD_API_KEY=your-key

resources:
  pod            manage gpu pods
  serverless     manage serverless endpoints (alias: sls)
  template       manage templates (alias: tpl)
  hub            browse the runpod hub
  model          manage model repository
  network-volume manage network volumes (alias: nv)
  registry       manage container registry auth (alias: reg)

info:
  user           show account info and balance (alias: me)
  gpu            list available gpu types
  datacenter     list datacenters and availability (alias: dc)
  billing        view billing history

utilities:
  doctor         diagnose and fix cli issues
  ssh            manage ssh keys and connections
  send/receive   transfer files to/from pods

deprecated
  get, create, remove, start, stop, exec, project, config, get models

Usage:
  runpodctl [command]

Available Commands:
  billing        view billing history
  completion     install shell completion
  datacenter     list datacenters
  doctor         diagnose and fix cli issues
  gpu            list available gpu types
  help           help about any command
  hub            browse the runpod hub
  model          manage model repository
  network-volume manage network volumes
  pod            manage gpu pods
  receive        receive files or folders
  registry       manage container registry auth
  send           send files or folders
  serverless     manage serverless endpoints
  ssh            manage ssh keys and connections
  template       manage templates
  update         update runpodctl cli
  user           show account info
  version        print the version

Flags:
  -h, --help            help for runpodctl
  -o, --output string   output format (json, yaml) (default "json")
  -v, --version         print the version of runpodctl

Use "runpodctl [command] --help" for more information about a command.
