Delete

This command removes a saved template.

template delete [TEMPLATE_NAME] [--gt] [--verbose]
You can see help on the delete command by running template delete --help
TEMPLATE_NAME

Name of the template to delete, string, required.

--gt

Use this flag to delete template of your group instead of deleting a template of your user, optional.

--verbose

For debugging purposes.

Examples

Delete template
$ template delete dev
Template "dev" deleted succesfully

Deletes the user template named "dev".

Delete group template
$ template delete train --gt
Template "train" deleted succesfully

Deletes the group template named "train".