template:list:templates¶
List templates and their related information.
Options¶
- --collection[=COLLECTION]. List templates in this collection. [default: all]
- --format=FORMAT. Format the result data. Available formats: csv,json,list,null,php,print-r,sections,string,table,tsv,var_dump,var_export,xml,yaml [default: table]
- --fields=FIELDS. Available fields: ID (id), Description (description), Tokens (tokens), Collections (collections) [default: id description tokens collections]
- --field=FIELD. Select just one field, and force format to string.
Global Options¶
- -h, --help. Display help for the given command. When no command is given display help for the list command
- --silent. Do not output any message
- -q, --quiet. Only errors are displayed. All other output is suppressed
- -v|vv|vvv, --verbose. Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
- -V, --version. Display this application version
- --ansi. Force (or disable --no-ansi) ANSI output
- -n, --no-interaction. Do not ask any interactive question
- --simulate. Run in simulated mode (show what would have happened).
- --progress-delay=PROGRESS-DELAY. Number of seconds before progress bar is displayed in long-running task collections. Default: 2s.
- -D, --define=DEFINE. Define a configuration item value.
- --environment=ENVIRONMENT. Set the environment to load config from polymer/[env].polymer.yml file.
- --site=SITE. The multisite to execute this command against.
Legend
- An argument or option with square brackets is optional.
- Any default value is listed at end of arg/option description.
- An ellipsis indicates that an argument accepts multiple values separated by a space.