🍺 BREW Explorer

← all formulae

cloudformation-cli

brew install cloudformation-cli v0.2.39_13 Apache-2.0

CloudFormation Provider Development Toolkit

41
30-day installs · #5105
256
90-day · #3785
1.1k
365-day · #3698
338
★ GitHub stars · updated 4mo ago

Runtime dependencies

GitHub topics

aws aws-cloudformation cloudformation

Links

Caveats

cloudformation java, go, python plugins are installed, but the Go and Java are not bundled with the installation.
Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": "cloudformation java, go, python plugins are installed, but the Go and Java are not bundled with the installation.\n",
  "conflicts_with": [],
  "dependencies": [
    "certifi",
    "libyaml",
    "pydantic",
    "python@3.13"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "CloudFormation Provider Development Toolkit",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:28+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "cloudformation-cli",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-04-21T00:29:36Z",
  "github_readme_excerpt": "[![CloudFormation CLI](https://github.com/aws-cloudformation/cloudformation-cli/actions/workflows/pr-ci.yaml/badge.svg?branch=master)](https://github.com/aws-cloudformation/cloudformation-cli/actions/workflows/pr-ci.yaml)\n\n# AWS CloudFormation CLI\n\nThe CloudFormation CLI (cfn) allows you to author your own resource providers, hooks, and modules that can be used by CloudFormation.\n\n## Usage\n\n### Documentation\n\nPrimary documentation for the CloudFormation CLI can be found at the [AWS Documentation](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html) site.\n\n### Installation\n\nThis tool can be installed using [pip](https://pypi.org/project/pip/) from the Python Package Index (PyPI). It requires Python 3. For resource and hook types, the tool requires at least one language plugin. Language plugins are not needed to create a module type. The language plugins are also available on PyPI and as such can be installed all at once:\n\n```bash\npip install cloudformation-cli cloudformation-cli-java-plugin cloudformation-cli-go-plugin cloudformation-cli-python-plugin cloudformation-cli-typescript-plugin\n```\n\n\n### Command: init\n\nTo create a project in the current directory, use the `init` command. A wizard will guide you through the creation.\n\n```bash\ncfn init\n```\n\n### Command: generate\n\nTo refresh auto-generated code, use the `generate` command. Usually, plugins try to integrate this command in the native build flow, so please consult a plugin\u0027s README to see if this is necessary.\nIn a module project, this will regenerate the module schema.\n\n```bash\ncfn generate\n```\n\n### Command: submit\n\nTo register a resource provider, module, or hook in your account, use the `submit` command.\n\n```bash\ncfn submit\ncfn submit --dry-run #prepares schema handler package without submitting for registration\ncfn submit --set-default # if successfully registered, set submitted version to be the new default version\n```\n\n### Command: package\n\nThis is to create a sc",
  "github_repo": "aws-cloudformation/cloudformation-cli",
  "github_stars": 338,
  "github_topics": [
    "aws",
    "aws-cloudformation",
    "cloudformation"
  ],
  "homepage": "https://github.com/aws-cloudformation/cloudformation-cli/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 41,
  "installs_365d": 1083,
  "installs_90d": 256,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "cloudformation-cli",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 5105,
  "rank_365d": 3698,
  "rank_90d": 3785,
  "raw_hash": "9adc9e799ea5f8dd",
  "recommended_dependencies": [],
  "revision": 13,
  "ruby_source_path": "Formula/c/cloudformation-cli.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "go"
  ],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.2.39",
  "versioned_formulae": [],
  "why_use_this": null
}