You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
output: flags.string({char: 'o',description: 'Output path and filename for merged schema. [default: app.schema]',default: 'app.schema',required: false}),
38
-
branch: flags.string({char: 'b',description: 'The branch to use for the meta-schema component.schema.',default: 'master',required: false}),
39
-
update: flags.boolean({char: 'u',description: 'Update .schema files to point the <branch> component.schema and regenerate component.schema if baseComponent.schema is present.',default: false,required: false}),
40
38
verbose: flags.boolean({description: 'output verbose logging of files as they are processed',default: false}),
0 commit comments