Get

This command gets a saved template. This command is not meant for use in the CLI but is documented for internal reasons.

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

Name of the template to get, string, required.

--gt

Use this flag to get a template of your group instead of getting a template of your user, optional.

--verbose

For debugging purposes.

Examples

Get a named template
$ template get gpu
--cpu-limit 12 --memory-limit 1G --gpu 0.4

Get the "gpu" user template.

Get a named group template
$ template get mini --gt
--cpu-limit 1 --memory-limit 1G --gpu 0.0

Get the "mini" group template.