Catalog and pricing
Interactive terminals open pickers when positional values are omitted.
Non-interactive calls must supply the required cloud, region, or type.
--json never opens a picker.
anycloud images
Browse images in GitHub Container Registry. Alias: anycloud imgs.
anycloud images [options]
| Option | Description |
|---|---|
-f, --filter TEXT | Filter image, owner, package, or tag |
--owner OWNER | Restrict to one GitHub user or organization |
--list | Print packages and tags instead of a picker |
--no-tags | Skip per-package tag lookup |
--json | Compact JSON |
--only-refs | One full ghcr.io/owner/image:tag per line |
--only-refs requires tag lookup and cannot be combined with --no-tags.
Machine output goes to stdout; progress and warnings go to stderr.
anycloud regions
anycloud regions [cloud] [--vm-type TYPE] [--spot] [--json]
Cloud values are aws, gcp, azure, lambda, and vast.
| Option | Description |
|---|---|
--vm-type TYPE | Only regions offering the VM, cheapest first |
--spot | Use spot prices in the VM sort |
--json | JSON array |
anycloud regions aws --vm-type p5.48xlarge --spot
anycloud vm-types
anycloud vm-types [cloud] [region] [--accelerator GPU] [--json]
| Option | Description |
|---|---|
--accelerator GPU | Only VM types with the accelerator |
--json | JSON array |
In non-interactive use, pass both cloud and region.
anycloud gpus
List accelerator offerings and prices:
anycloud gpus [cloud] [--type GPU] [--json]
anycloud gpus --type GPU [--count N] [--spot] [--json]
| Option | Description |
|---|---|
--type GPU | One SKU, such as H100; required for non-interactive cross-cloud comparison |
--count N | GPU count for cross-cloud comparison |
--spot | Sort cross-cloud results by spot; fall back to on-demand where absent |
--json | JSON array |
anycloud gpus aws
anycloud gpus gcp --type H100
anycloud gpus --type H100 --count 8 --spot
anycloud pricing
Look up one VM type across regions, or in a specific region:
anycloud pricing [cloud] [vm-type] [--region REGION] [--spot] [--json]
| Option | Description |
|---|---|
--region REGION | Restrict to one region |
--spot | Return spot rather than on-demand price |
--json | JSON object |
Non-interactive use requires cloud and VM type.