Sha256: 55c624e77e39663d1c45a0259158bd5fe03d686d8062daea377aa3941312b4e1

Contents?: true

Size: 1.23 KB

Versions: 16

Compression:

Stored size: 1.23 KB

Contents

## Examples

    lono blueprint new ec2 # skeleton blueprint with barebones structure

## Example Output

    $ lono blueprint new ec2
    => Creating new blueprint called ec2.
          create  ec2
          create  ec2/ec2.gemspec
          create  ec2/.gitignore
          create  ec2/Gemfile
          create  ec2/README.md
          create  ec2/app/definitions/base.rb
          create  ec2/seed/configs.rb
          create  ec2/app/templates
    => Initialize git repo
             run  git init from "."
    Initialized empty Git repository in /home/ec2-user/environment/infra/blueprints/ec2/.git/
    => Installing dependencies with: bundle install
    ================================================================
    Congrats  You have successfully created a lono blueprint.

    Cd into your blueprint and check things out.

      cd ec2

    More info: https://lono.cloud/docs/core/blueprints

      Here's the structure your blueprint:

    .
    ├── app
    │   ├── definitions
    │   │   └── base.rb
    │   └── templates
    ├── ec2.gemspec
    ├── Gemfile
    ├── Gemfile.lock
    ├── README.md
    └── setup
        └── configs.rb

    4 directories, 6 files

    $

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
lono-5.3.4 lib/lono/help/blueprint.md
lono-5.3.3 lib/lono/help/blueprint.md
lono-5.3.2 lib/lono/help/blueprint.md
lono-5.3.1 lib/lono/help/blueprint.md
lono-5.3.0 lib/lono/help/blueprint.md
lono-5.2.8 lib/lono/help/blueprint.md
lono-5.2.7 lib/lono/help/blueprint.md
lono-5.2.6 lib/lono/help/blueprint.md
lono-5.2.5 lib/lono/help/blueprint.md
lono-5.2.4 lib/lono/help/blueprint.md
lono-5.2.3 lib/lono/help/blueprint.md
lono-5.2.2 lib/lono/help/blueprint.md
lono-5.2.1 lib/lono/help/blueprint.md
lono-5.2.0 lib/lono/help/blueprint.md
lono-5.1.1 lib/lono/help/blueprint.md
lono-5.1.0 lib/lono/help/blueprint.md