Add

Add is a standalone command for merging a specific template into a target. It is the same process used iteratively by build

Help

Add templates and functionalities for files to a build

Usage:
  ply build add [command]

Available Commands:
  pom         Adds a pom-file into a project
  template    Adds a template from ply-config
  text        Merges two text files

Flags:
      --from string   file to add
  -h, --help          help for add

Global Flags:
      --cloud-sync      Cloud sync (default true)
      --debug           turn on debug output
      --doc             open documentation website
      --force           uses default for prompts
      --json            turn on json output logging
      --target string   Optional target directory (default ".")

Use "ply build add [command] --help" for more information about a command.