New Wrangler Command for Listing Container Instances
Key Points
- New wrangler containers instances command added
- Lists container instance details via CLI
- JSON output support for CI/CD automation
Summary
Cloudflare has introduced a new wrangler containers instances command that allows developers to list all instances for a given Container application directly from the command line.
Key Points
- New CLI command:
wrangler containers instances <APPLICATION_ID>provides comprehensive instance information - Instance details displayed: ID, name, state, location, version, and creation time for each container instance
- Dashboard parity: Command mirrors the functionality available in the Cloudflare dashboard's instances view
- Machine-readable output:
--jsonflag available for programmatic use and CI/CD pipelines - CI-friendly: JSON format is automatically used in non-interactive environments