Skip to content

Instantly share code, notes, and snippets.

@buildmotion
Created November 22, 2018 05:40
Show Gist options
  • Save buildmotion/a3ad7231ef5c211ef3495b8d4d225a67 to your computer and use it in GitHub Desktop.
Save buildmotion/a3ad7231ef5c211ef3495b8d4d225a67 to your computer and use it in GitHub Desktop.
schematics
schematics [CollectionName:]SchematicName [options, ...]
By default, if the collection name is not specified, use the internal collection provided
by the Schematics CLI.
Options:
--debug Debug mode. This is true by default if the collection is a relative
path (in that case, turn off with --debug=false).
--allowPrivate Allow private schematics to be run from the command line. Default to
false.
--dry-run Do not output anything, but instead just show what actions would be
performed. Default to true if debug is also true.
--force Force overwriting files that would otherwise be an error.
--list-schematics List all schematics from the collection, by name. A collection name
should be suffixed by a colon. Example: '@schematics/schematics:'.
--verbose Show more information.
--help Show this message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment