We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f25f1b commit 49e54adCopy full SHA for 49e54ad
1 file changed
packages/console-slim/src/commands/MakeFullResource.ts
@@ -8,7 +8,7 @@ export class MakeFullResource extends Command<ArkstackConsoleApp<any>> {
8
{--m|model? : name of model to attach to the generated controller}
9
{--f|factory : Create and link a factory}
10
{--s|seeder : Create a seeder file for the model (only if --model is specified)}
11
- {--m|migration : Create a migration file for the model (only if --model is specified)}
+ {--x|migration : Create a migration file for the model (only if --model is specified)}
12
{--force : force overwrite if resources already exist}
13
`
14
0 commit comments