{"id":13505794,"url":"https://github.com/rogerwelin/cfnctl","last_synced_at":"2025-04-10T17:30:18.605Z","repository":{"id":73411268,"uuid":"403886429","full_name":"rogerwelin/cfnctl","owner":"rogerwelin","description":"Cfnctl brings the Terraform cli experience to AWS Cloudformation :cloud:   ","archived":false,"fork":false,"pushed_at":"2024-01-19T08:35:05.000Z","size":139,"stargazers_count":131,"open_issues_count":5,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-15T04:28:36.497Z","etag":null,"topics":["aws","cli","cloud","cloud-management","cloudformation","go","golang","iac","infrastructure-as-code","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rogerwelin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-09-07T07:38:36.000Z","updated_at":"2024-10-27T06:54:11.000Z","dependencies_parsed_at":"2024-01-03T02:28:17.207Z","dependency_job_id":"db97e985-5716-4208-b9de-8395bac3398e","html_url":"https://github.com/rogerwelin/cfnctl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerwelin%2Fcfnctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerwelin%2Fcfnctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerwelin%2Fcfnctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerwelin%2Fcfnctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogerwelin","download_url":"https://codeload.github.com/rogerwelin/cfnctl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226165758,"owners_count":17583856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cli","cloud","cloud-management","cloudformation","go","golang","iac","infrastructure-as-code","terraform"],"created_at":"2024-08-01T00:01:13.947Z","updated_at":"2024-11-24T13:09:08.961Z","avatar_url":"https://github.com/rogerwelin.png","language":"Go","funding_links":[],"categories":["Tools","cloud"],"sub_categories":["Community providers"],"readme":"## ☁️  Cfnctl\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/rogerwelin/cfnctl\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/rogerwelin/cfnctl?style=for-the-badge\u0026logo=go\" alt=\"Go Report Card\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/rogerwelin/cfnctl/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/rogerwelin/cfnctl/ci.yml?branch=master\u0026style=for-the-badge\u0026logo=github\" alt=\"Build status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/rogerwelin/cfnctl/blob/master/go.mod\"\u003e\u003cimg src=\"https://img.shields.io/github/go-mod/go-version/rogerwelin/cfnctl?style=for-the-badge\u0026logo=go\" alt=\"Go version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/rogerwelin/cfnctl/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/rogerwelin/cfnctl?style=for-the-badge\u0026logo=github\u0026color=orange\" alt=\"Current Release\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/rogerwelin/cfnctl/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/LICENSE-AL2-orange?style=for-the-badge\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n[[ _pronounced_ cfn control _or_ cloudformation control ]]\n\nAre you a fan of Terraform but forced to use Cloudformation due to organizational or technical reasons? Introducing **cfnctl**, a CLI that brings the Terraform cli experience to Cloudformation. You'll never need to use the AWS Console for managing stacks again!\n\nWith *cfnctl*, you write Cloudformation templates as usual but use the cli workflow that you are already used to from Terraform, including:\n\n* **apply**\n* **plan**\n* **destroy**\n* **output**\n\n\n### Demo\n\n[![Cfnctl](./cfnctl.svg)](https://asciinema.org/a/abFfMrlLp3MTDHjrrzWpbyDDI?autoplay=1)\n\n\n### Installation\n\nGrab a pre-built binary from the [GitHub Releases page](https://github.com/rogerwelin/cfnctl/releases) for your OS of choice\n\n\n### Usage\n\nIf you are a terraform user the *cfnctl* cli works as you would expect. Running the binary without flags will give you the help output:\n\n```bash\n✗ ./cfnctl\n NAME:\n    cfnctl - ✨ Terraform cli experience for AWS Cloudformation\n\n COMMANDS:\n  apply     Create or update infrastructure\n  plan      Show changes required by the current configuration\n  destroy   Destroy previously-created infrastructure\n  output    Show all exported output values of the selected account and region\n  validate  Check whether the configuration is valid\n  version   Show the current Cfnctl version\n  help, h   Shows a list of commands or help for one command\n\n GLOBAL OPTIONS:\n  --help, -h  show help (default: false)\n\n Examples\n  Apply infrastructure using the \"apply\" command.\n    $ cfnctl apply --template-file mycfntmpl.yaml --auto-approve\n```\n\n\n### Notice\n\nCfnctl is under early development and is missing several features such as:\n\n* user cancellation does not clean up stacks,  [Issue](https://github.com/rogerwelin/cfnctl/issues/1) \n* does not support uploading large templates to S3 yet, [Issue](https://github.com/rogerwelin/cfnctl/issues/2) \n* does not support drift detection yet, [Issue](https://github.com/rogerwelin/cfnctl/issues/5) \n\nFeature request and pull requests are welcome. Please see the [Contributing doc](https://github.com/rogerwelin/cfnctl/blob/master/CONTRIBUTING.md)\n\nIf you read this far consider hitting the star ⭐\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerwelin%2Fcfnctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogerwelin%2Fcfnctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerwelin%2Fcfnctl/lists"}