Sha256: 7964c02cd4e95f4f48ea1ef044ce14465827b80bfbb0f1b06ed333a651d390e0
Contents?: true
Size: 1.24 KB
Versions: 6
Compression:
Stored size: 1.24 KB
Contents
## Examples lono code import path/to/file lono code import http://example.com/url/to/template.yml lono code import http://example.com/url/to/template.json lono code import http://example.com/url/to/template.json --blueprint myblueprint ## Example with Output $ URL=https://s3.amazonaws.com/cloudformation-templates-us-east-1/EC2InstanceWithSecurityGroupSample.template $ lono code import $URL --blueprint ec2 => Creating new blueprint called ec2. create blueprints/ec2 create blueprints/ec2/ec2.gemspec create blueprints/ec2/.gitignore create blueprints/ec2/.meta/config.yml create blueprints/ec2/CHANGELOG.md create blueprints/ec2/Gemfile create blueprints/ec2/README.md create blueprints/ec2/Rakefile create blueprints/ec2/seed/configs.rb create blueprints/ec2/app/templates create blueprints/ec2/app/templates/ec2.rb create config/ec2/params/development.txt create config/ec2/params/production.txt ================================================================ Congrats You have successfully imported a lono blueprint. More info: https://lono.cloud/docs/core/blueprints $
Version data entries
6 entries across 6 versions & 1 rubygems