Sha256: 1d4552c0e62c37b2ecba892d39e34e51c911d77a172836e5027d9ce613a28212

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

## Example

    $ lono new project infra
    => Creating new project called infra.
          create  infra
          create  infra/.gitignore
          create  infra/Gemfile
          create  infra/README.md
          create  infra/config/app.rb
    => Initialize git repo
             run  git init from "."
    Initialized empty Git repository in /home/ec2-user/environment/infra/.git/
    => Installing dependencies with: bundle install
    Resolving dependencies...Fetching gem metadata from https://rubygems.org/.......
    ............................
    Using concurrent-ruby 1.1.9
    ...
    Bundle complete! 1 Gemfile dependency, 40 gems now installed.
    Use `bundle info [gemname]` to see where a bundled gem is installed.
    ================================================================
    Congrats 🎉 You have successfully created a lono project.

        cd infra

    To generate a new blueprint:

        lono new blueprint demo --examples

    To deploy:

        lono up demo

    More info: https://lono.cloud/
    $

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc3 lib/lono/cli/help/new/project.md
lono-8.0.0.pre.rc2 lib/lono/cli/help/new/project.md
lono-8.0.0.pre.rc1 lib/lono/cli/help/new/project.md