anthropic Claude Platform Release Notes ·

ant CLI v1.30.0 adds `apply` command for managing Claude resources as code

aigaengineer
feature

The `ant` CLI version 1.30.0 now includes a new `apply` command, enabling users to manage Claude platform resources like agents, environments, and deployments as code. This feature allows defining resources in files and applying changes via the CLI, with a `claude-lock.json` file ensuring consistent updates across different environments. It significantly improves automation and CI/CD integration for resource management on the Anthropic platform. Developers and architects seeking IaC capabilities for Claude resources will benefit from this update.

Features (1)
  • `ant` CLI adds `apply` command for resource management

    The `ant` CLI version 1.30.0 introduces the `ant apply` command, which allows users to create and update Claude platform resources such as agents, environments, and deployments directly from configuration files in their repository. This command produces a `claude-lock.json` lockfile to ensure consistent resource updates across development environments and CI/CD pipelines.

Read the original announcement →

https://platform.claude.com/docs/en/release-notes/overview

Related releases