{"id":18524432,"url":"https://github.com/stelligent/cfnctl","last_synced_at":"2025-04-09T11:32:03.058Z","repository":{"id":62561532,"uuid":"160406784","full_name":"stelligent/cfnctl","owner":"stelligent","description":"Control Cloudformation lifecycle","archived":false,"fork":false,"pushed_at":"2020-01-08T22:11:23.000Z","size":67,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":52,"default_branch":"master","last_synced_at":"2025-03-24T05:25:10.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/stelligent.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}},"created_at":"2018-12-04T19:15:00.000Z","updated_at":"2022-06-12T10:20:56.000Z","dependencies_parsed_at":"2022-11-03T15:15:29.066Z","dependency_job_id":null,"html_url":"https://github.com/stelligent/cfnctl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fcfnctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fcfnctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fcfnctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fcfnctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stelligent","download_url":"https://codeload.github.com/stelligent/cfnctl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248031643,"owners_count":21036447,"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":[],"created_at":"2024-11-06T17:41:34.742Z","updated_at":"2025-04-09T11:32:02.395Z","avatar_url":"https://github.com/stelligent.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CFNCTL\n\nControl Cloudformation stack lifecycle. \n\n### Features\n\n - Seemlessly supports templates files over 51,000 bytes\n - Create/Update with single command\n - (optional) Processes your template with jinja2 for advanced templating\n - Always creates a changeset\n\n# Install\n\n\u003e requires boto3\n\n**Pip**\n\n```\npip install cfnctl\n```\n\n# Usage\n\n```\nusage: cfnctl [-h] [-p AWS_PROFILE] [-r REGION] {deploy,lambda} ...\n\nLaunch and manage CloudFormation stacks\n\npositional arguments:\n  {deploy,lambda}\n    deploy         creates a changeset and executes to create or update stack\n    lambda         creates an archive and loads it to S3 to create a lambda\n                   from\n\noptional arguments:\n  -h, --help       show this help message and exit\n  -p AWS_PROFILE   AWS Profile\n  -r REGION        Region name\n```\n\n### Deploy\n\n```\nusage: cfnctl deploy [-h] -s STACK_NAME -t TEMPLATE [-b BUCKET] [-nr]\n                     [-p PARAMETERS]\n\noptional arguments:\n  -h, --help     show this help message and exit\n\nrequired arguments:\n  -s STACK_NAME  Stack name\n  -t TEMPLATE    CFN Template from local file or URL\n\noptional arguments:\n  -b BUCKET      Bucket to upload template to\n  -nr            Do not rollback\n  -p PARAMETERS  Local parameters JSON file\n```\n\n### Lambda\n\nPackage a folder into a zip archive and upload to S3. Creates the bucket\nif it does not exist. Outputs the S3 url for use in a stack.\n\n```\nusage: cfnctl lambda [-h] -s SOURCE [-o OUTPUT] [-b BUCKET]\n\noptional arguments:\n  -h, --help  show this help message and exit\n\nrequired arguments:\n  -s SOURCE   Source folder to zip and upload\n\noptional arguments:\n  -o OUTPUT   Destination of the archive file\n  -b BUCKET   Bucket to upload archive to\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelligent%2Fcfnctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstelligent%2Fcfnctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelligent%2Fcfnctl/lists"}