{"id":22663703,"url":"https://github.com/yuuki/cfstacker","last_synced_at":"2026-02-27T15:40:23.891Z","repository":{"id":133343297,"uuid":"124320788","full_name":"yuuki/cfstacker","owner":"yuuki","description":"A simple AWS CloudFormation stacks manager","archived":false,"fork":false,"pushed_at":"2018-08-06T07:18:27.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-04T17:50:16.510Z","etag":null,"topics":["aws","aws-cloudformation","cloudformation","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuuki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-08T01:52:55.000Z","updated_at":"2024-08-03T23:53:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a2cd498-8a41-41b5-97b0-113e7b63b39b","html_url":"https://github.com/yuuki/cfstacker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yuuki/cfstacker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Fcfstacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Fcfstacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Fcfstacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Fcfstacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuuki","download_url":"https://codeload.github.com/yuuki/cfstacker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuki%2Fcfstacker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073387,"owners_count":24694538,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","aws-cloudformation","cloudformation","python"],"created_at":"2024-12-09T12:32:44.779Z","updated_at":"2026-02-27T15:40:23.826Z","avatar_url":"https://github.com/yuuki.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cfstacker\n\n[license]: https://github.com/yuuki/cfstacker/blob/master/LICENSE\n\nA CLI tool to manage AWS CloudFormation stack in Python.\n\n## Usage\n\n```shell\n% cfstacker\nUsage: cfstacker.py [OPTIONS] ACTION STACK\n\nActions:\n    create      create stack\n    update      update stack after show diffs with currently deployed stack\n    delete      delete stack\n    validate    validate template\n\nOptions:\n    -s, --stack-name    specify stack name\n    -c, --capabilities  specify capabilities\n    -e, --environment   specify environment\n    -p, --profile       specify AWS_PROFILE\n\n    --dry-run           only shows command-lines\n```\n\n## Installation\n\nWith homebrew:\n\n```shell\nbrew install --HEAD yuuki/cfstacker/cfstacker\n```\n\nOr with pip:\n\n\n```shell\npip3 install git+https://github.com/yuuki/cfstacker\n```\n\n## Requirements\n\n- Python 3.6\n- [AWS CLI](https://aws.amazon.com/jp/cli/)\n\n## Directory Layout\n\n```shell\n% tree examples/\nexamples/\n├── Makefile\n├── bin\n│   └── cfstacker\n└── stacks\n    ├── iam\n    │   ├── parameters\n    │   │   ├── prod.json\n    │   │   └── staging.json\n    │   ├── policy.json\n    │   └── templates\n    │       ├── prod.yml\n    │       └── staging.yml\n    └── s3\n        ├── parameters\n        │   ├── prod.json\n        │   └── staging.json\n        ├── policy.json\n        └── template.yml\n```\n\n## License\n\n[MIT][license]\n\n## Thanks\n\n[chrolis](https://github.com/chrolis) (Original version writer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuuki%2Fcfstacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuuki%2Fcfstacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuuki%2Fcfstacker/lists"}