Atmos Template Functions
Atmos provides template functions for the Go
template language, that can be used in Atmos stack manifests.
These functions are used to manipulate data and perform operations on the data.
Supported Functions
Atmos supports an exhaustive list of functions that can be used in Go
templates in Atmos stack manifests.
You can use the following functions and data sources:
- Go
text/template
functions - Sprig Functions
- Gomplate Functions
- Gomplate Datasources
- Atmos Template Functions
Native Functions
Atmos also provides template functions that are native to Atmos.
📄️ atmos.Component
Read the remote state or configuration of any Atmos component
📄️ atmos.GomplateDatasource
Wrap Gomplate data sources and cache the results