Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 698 Bytes

files-rendertemplate.md

File metadata and controls

14 lines (11 loc) · 698 Bytes
title sidebar_label slug
files rendertemplate
files rendertemplate
/files-rendertemplate

To render a Golang template for customizing the output of a service within an enclave, use the following command:

kurtosis files rendertemplate $THE_ENCLAVE_IDENTIFIER $TEMPLATE_FILEPATH $DATA_JSON_FILEPATH $DESTINATION_RELATIVE_FILEPATH

where $THE_ENCLAVE_IDENTIFIER is the resource identifier for the enclave.

The name of the rendered files artifact is auto-generated by default. Pass in the --name flag to assign a string to the produced artifact.