Skip to content

manala init

manala init🔗

Init project

Synopsis🔗

Init (manala init) will init a project.

Example: manala init -> resulting in a project init in a dir (default to the current directory)

1
manala init [dir] [flags]

Options🔗

1
2
3
4
  -h, --help                help for init
  -i, --recipe string       use recipe
      --ref string          use repository ref
  -o, --repository string   use repository

Options inherited from parent commands🔗

1
2
  -c, --cache-dir string   use cache directory
  -d, --debug              set debug mode

SEE ALSO🔗

  • manala - Let your project's plumbing up to date