Sha256: 5b352a681af9d00d093a08677fc9026e771fc725e0be8ed2c4f549eefe2fafcf
Contents?: true
Size: 562 Bytes
Versions: 5
Compression:
Stored size: 562 Bytes
Contents
## Example $ lono seed demo Creating starter config files for ec2 create config/blueprints/ec2/params/dev.txt create config/blueprints/ec2/vars/dev.rb To create the files in the top-level app folder $ lono seed ec2 --where app Creating starter config files for ec2 create app/blueprints/ec2/config/params/dev.txt create app/blueprints/ec2/config/vars/dev.rb $ You can also set the default where option with config/app.rb ```ruby Lono.configure do |config| config.seed.where = "app" end ```
Version data entries
5 entries across 5 versions & 1 rubygems