Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.01 KB

tom_create_project.md

File metadata and controls

36 lines (25 loc) · 1.01 KB

tom create project

Create a new project

tom create project [flags]

Examples

tom create project "Installation" "Deployment" "Support"

Options

  -h, --help            help for project
  -o, --output string   Output format. Supported: plain | json. Default: plain (default "plain")
  -p, --parent string   Optional parent project ID. If defined the new project will be made a child project of this. If defined the name will be used as is for the name of the new project.

Options inherited from parent commands

      --backup-dir string   backup directory (default is $HOME/.tom/backup)
  -c, --config string       config file (default is $HOME/.tom/tom.yaml)
      --data-dir string     data directory (default is $HOME/.tom)
      --iso-dates           use ISO date format instead of a locale-specific format (default is false)

SEE ALSO

  • tom create - create new content. See the available sub commands.
Auto generated by spf13/cobra on 19-Jul-2022