Skip to content

flow template get

Get a flowfile template's details. Either it's registered name or file path can be used.

shell
flow template get [flags]

Options

FlagTypeDescription
-f, --filestringPath to the template file. It must be a valid flow file template.
-h, --helphelp for get
-o, --outputstringOutput format. One of: yaml, json, or tui.
-t, --templatestringRegistered template name. Templates can be registered in the flow configuration file or with 'flow template add'.

Options inherited from parent commands

FlagTypeDescription
-L, --log-levelstringLog verbosity level (debug, info, fatal) (default "info")
--syncSync flow cache and workspaces

See also