Mass Bundle Template List
mass bundle template list​
List bundle templates
Synopsis​
List Available Templates
List all available templates from your configured templates directory.
Configuration​
Templates path can be configured in two ways (in order of precedence):
- Environment variable:
MASSDRIVER_TEMPLATES_PATH - Config file:
~/.config/massdriver/config.yaml(per-profile)
Config file example​
profiles:
default:
templates_path: /path/to/your/templates
Expected Directory Structure​
Templates should be organized as {templates_path}/{template}/massdriver.yaml:
templates_path/
opentofu/
massdriver.yaml
src/
...
helm-chart/
massdriver.yaml
chart/
...
Examples​
mass bundle template list
Learn More​
For more information on bundle templates, see the Bundle Templates Guide.
mass bundle template list [flags]
Options​
-h, --help help for list
SEE ALSO​
- mass bundle template - Application template development tools