Feature #31482

Usage of "./flow3 kickstart:model" should be better

Added by Dietrich Heise almost 4 years ago. Updated over 2 years ago.

Status:Resolved Start date:2011-11-01
Priority:Should have Due date:
Assigned To:Bastian Waidelich % Done:

100%

Category:-
Target version:-

Description

./flow3 help kickstart:model

Outputs

USAGE:
./flow3 kickstart:model [<options>] <package key> <model name>

Should be something like

USAGE:
./flow3 kickstart:model [<options>] <package key> <model name> [<argument:type>]...

History

#1 Updated by Karsten Dambekalns over 3 years ago

  • Project changed from TYPO3 Flow Base Distribution to TYPO3.Kickstart

#2 Updated by Bastian Waidelich over 2 years ago

  • Status changed from New to Resolved
  • Assigned To set to Bastian Waidelich
  • % Done changed from 0 to 100

Dietrich Heise wrote:

USAGE:
./flow3 kickstart:model [<options>] <package key> <model name>

Should be something like

USAGE:
./flow3 kickstart:model [<options>] <package key> <model name> [<argument:type>]...

This is already the case. Help of the kickstart:model command:

Kickstart a new domain model

COMMAND:
  typo3.kickstart:kickstart:model

USAGE:
  ./flow kickstart:model [<options>] <package key> <model name>

ARGUMENTS:
  --package-key        The package key of the package for the domain model
  --model-name         The name of the new domain model class

OPTIONS:
  --force              Overwrite any existing model.

DESCRIPTION:
  This command generates a new domain model class. The fields are specified as
  a variable list of arguments with field name and type separated by a colon
  (for example "title:string" "size:int" "type:MyType").

SEE ALSO:
  typo3.kickstart:kickstart:repository (Kickstart a new domain repository)

Also available in: Atom PDF