Skip to content

posh init

Initialize a Project Oriented Shell

Synopsis

Initialize (posh init) will create a new Project Oriented Shell with the appropriate structure.

Posh init must be run inside of a go module (please run "go mod init <MODNAME> first)"

posh init [flags]

Options

      --dry        don't render files
  -h, --help       help for init
      --override   override existing files

Options inherited from parent commands

      --level string   set log level (default: info) (default "info")
      --no-color       disabled colors (default: false)

SEE ALSO

  • posh - Project Oriented Shell (posh)