template generate analytics template

Generate a simple Analytics template.

Description for template generate analytics template 

The metadata files associated with the Analytics template must be contained in a parent directory called “waveTemplates” in your package directory. Either run this command from an existing directory of this name, or use the –output-dir flag to generate one or point to an existing one.

Aliases for template generate analytics template 

force:analytics:template:create

analytics generate template

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑name‑nType: Value
Required

Name of the Analytics template.
‑‑output‑dir‑dType: Value
Default value: .

Directory for saving the created files.

The location can be an absolute path or relative to the current working directory. The default is the current directory.

Examples for template generate analytics template 

Generate the metadata files for a simple Analytics template file called myTemplate in the force-app/main/default/waveTemplates directory:

1sf template generate analytics template --name myTemplate --output-dir force-app/main/default/waveTemplates