Sha256: a91a7d708dbd6b966d9198099e0b4713ce9c5e1f201f22f7fc4e6e056256cb1f

Contents?: true

Size: 1010 Bytes

Versions: 36

Compression:

Stored size: 1010 Bytes

Contents

The `ufo init` command setup a project to be ufo ready. It creates a `.ufo` folder with a starter structure.

The command requires the `--image` option.  If the `--app` option is not provided, then it is inferred and set as the parent folder name. Example:

    cd demo
    ufo init --app demo --image org/repo
    ufo init --image org/repo # same as --app demo

## Examples

    $ mkdir demo
    $ cd demo
    $ ufo init --app demo --image org/repo
    Generating .ufo structure
          create  .ufo/config.rb
          create  .ufo/config/web/base.rb
          create  .ufo/config/web/dev.rb
          create  .ufo/config/web/prod.rb
          create  .ufo/resources/iam_roles/execution_role.rb
          create  .ufo/resources/iam_roles/task_role.rb
          create  .ufo/resources/task_definitions/web.yml
          create  .ufo/vars/base.rb
          create  .ufo/vars/dev.rb
          create  .ufo/vars/prod.rb
          create  .gitignore
          create  .dockerignore
          create  Dockerfile

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
ufo-6.3.13 lib/ufo/cli/help/init.md
ufo-6.3.12 lib/ufo/cli/help/init.md
ufo-6.3.11 lib/ufo/cli/help/init.md
ufo-6.3.10 lib/ufo/cli/help/init.md
ufo-6.3.9 lib/ufo/cli/help/init.md
ufo-6.3.8 lib/ufo/cli/help/init.md
ufo-6.3.7 lib/ufo/cli/help/init.md
ufo-6.3.6 lib/ufo/cli/help/init.md
ufo-6.3.5 lib/ufo/cli/help/init.md
ufo-6.3.4 lib/ufo/cli/help/init.md
ufo-6.3.3 lib/ufo/cli/help/init.md
ufo-6.3.2 lib/ufo/cli/help/init.md
ufo-6.3.1 lib/ufo/cli/help/init.md
ufo-6.3.0 lib/ufo/cli/help/init.md
ufo-6.2.5 lib/ufo/cli/help/init.md
ufo-6.2.4 lib/ufo/cli/help/init.md
ufo-6.2.3 lib/ufo/cli/help/init.md
ufo-6.2.2 lib/ufo/cli/help/init.md
ufo-6.2.1 lib/ufo/cli/help/init.md
ufo-6.2.0 lib/ufo/cli/help/init.md