List

This command lists all of your saved templates.

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

Use this flag to list group templates instead of user templates, optional.

--verbose

For debugging purpose

Examples

List templates
$ template list
          Command Templates

  Template Name   CPU   Memory   GPU

  reg             64     128G     X
  gpu             12      1G     0.4

Lists user templates.

List group templates
$ template list --gt
          Command Templates

  Template Name   CPU   Memory   GPU

  gpu              1      1G     0.2
  mini             1      1G      X

Lists group templates.