Template commands.
Usage:
clc template [command] [flags]clc template list
Lists templates that can be used while creating projects.
Usage:
clc template list [flags]Parameters:
| Parameter | Required | Description | Default | 
|---|---|---|---|
| 
 | Optional | The Github organization/user account to search for the templates. | hazelcast-templates | 
| 
 | false | When enabled, it only lists templates that exist in  | |
| 
 | false | Templates are fetched and cached in a local data store. iIf you want to force CLC to fetch the latest templates from the remote repositories, you should set this parameter. | 
| --force and --local parameters cannot be set at the same time, because they serve for different purposes. --force is used for templates in remote repositories, while --local is used to list templates in local environment. |