{"id":20657774,"url":"https://github.com/boltops-tools/lono-v7","last_synced_at":"2026-04-20T12:05:05.247Z","repository":{"id":91684832,"uuid":"461923129","full_name":"boltops-tools/lono-v7","owner":"boltops-tools","description":"Lono v7","archived":false,"fork":false,"pushed_at":"2022-02-22T00:18:08.000Z","size":6264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"v7","last_synced_at":"2025-01-17T11:32:34.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boltops-tools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-21T15:34:36.000Z","updated_at":"2022-02-22T00:19:05.000Z","dependencies_parsed_at":"2023-07-11T08:01:36.863Z","dependency_job_id":null,"html_url":"https://github.com/boltops-tools/lono-v7","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Flono-v7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Flono-v7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Flono-v7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Flono-v7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boltops-tools","download_url":"https://codeload.github.com/boltops-tools/lono-v7/tar.gz/refs/heads/v7","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242768074,"owners_count":20182098,"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-16T18:23:06.265Z","updated_at":"2026-04-20T12:05:05.217Z","avatar_url":"https://github.com/boltops-tools.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://lono.cloud/img/logos/lono-logo-small.png\" /\u003e\n\u003c/div\u003e\n\n# Lono\n\n![CodeBuild](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiYTloZ3dBZkZTYnlTaU1ZZTMvenROM1dmY2lDZzE0MDRVZ2d6NXdqb2JmSXNrQ3pkVGpKRTJMMnhTNDlOYUNOUlZZUmR6TktGcXRWMVFoYzhrSXFZWVZNPSIsIml2UGFyYW1ldGVyU3BlYyI6IkkrSGlFcTBWUjMzbk5xVGYiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D\u0026branch=master)\n[![Support](https://img.shields.io/badge/get-support-blue.svg)](https://boltops.com?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=lono)\n\n[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)\n\nPlease **watch/star** this repo to help grow and support the project.\n\nLono is a CloudFormation framework. It builds, manages, and deploys CloudFormation templates.\n\n## Lono Features\n\n* Simple CLI interface to launch CloudFormation stacks.\n* Ability to use [Existing CloudFormation Templates](https://lono.cloud/docs/existing-templates/).\n* [The Lono DSL](https://lono.cloud/docs/dsl/) - Generate templates from beautiful code.\n* Write your CloudFormation parameters with [simple env-like values](https://lono.cloud/docs/configs/params/).\n* Preview CloudFormation changes before pressing the big red button.\n* [Layering](https://lono.cloud/docs/core/layering/) - Allows you to build multiple environments like development and production with the same template.\n* [Variables](https://lono.cloud/docs/layering/variables/) - Allows you to construct templates where runtime Parameters do not suffice.\n* [Helpers](https://lono.cloud/docs/core/helpers/) - Allows you to extend Lono and simplify code.\n* [Configsets](https://lono.cloud/docs/configsets/) - Configurement Management. Automatically configure EC2 instances with reuseable code.\n\nSee [lono.cloud](http://lono.cloud) for full lono documentation.\n\n## Upgrading\n\nIf you are on version 6 and upgrading to 7.  You can run [lono upgrade](https://lono.cloud/reference/lono-upgrade/) within your project. Refer to the [Upgrading Guide](https://lono.cloud/docs/extras/upgrading/).\n\n## Quick Usage\n\nIt only takes a couple of commands to start using lono.\n\n    gem install lono\n    lono new infra\n    cd infra\n    lono blueprint new demo\n    lono cfn deploy demo\n\n![Lono flowchart](https://lono.cloud/img/tutorial/lono-flowchart.png \"Lono flowchart\")\n\n## DSL\n\nHere's an example of what the Lono CloudFormation DSL looks like:\n\n```ruby\ndescription \"Demo stack\"\n\nparameter(\"InstanceType\", \"t3.micro\")\n\nmapping(\"AmiMap\",\n  \"us-east-1\": { Ami: \"ami-0de53d8956e8dcf80\" },\n  \"us-west-2\": { Ami: \"ami-061392db613a6357b\" }\n)\n\nresource(\"Instance\", \"AWS::EC2::Instance\",\n  InstanceType: ref(\"InstanceType\"),\n  ImageId: find_in_map(\"AmiMap\", ref(\"AWS::Region\"), \"Ami\"),\n  SecurityGroupIds: [get_att(\"SecurityGroup.GroupId\")],\n  UserData: base64(user_data(\"bootstrap.sh\"))\n)\nresource(\"SecurityGroup\", \"AWS::EC2::SecurityGroup\",\n  GroupDescription: \"demo security group\",\n)\n\noutput(\"Instance\")\noutput(\"SecurityGroup\", get_att(\"SecurityGroup.GroupId\"))\n```\n\n### Lono Cfn Deploy\n\nLono provides a `lono cfn` lifecycle command that allows you to launch stacks quickly.  The `lono cfn deploy` generates and launches the CloudFormation stack.  If you are in a lono project and have a `demo` lono blueprint.  To create a stack run:\n\n    $ lono cfn deploy demo\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Flono-v7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboltops-tools%2Flono-v7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Flono-v7/lists"}