Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Jul 6, 2021
1 parent 1b7fca1 commit 5b97b57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ docker run -v $(pwd):/data -e CLOUDTRUTH_API_KEY=xyz cloudtruth/importer --dry-r
```

It scans the given directories and files (or stdin), parsing those that are a
form of structured data (json/yaml/dotenv). The structured data is then passed
into a transformation template in order to generate parameter definitions that
are used to drive the cloudtruth cli to create the actual parameters.
form of structured data (json/yaml/dotenv/properties). The structured data is
then passed into a transformation template in order to generate parameter
definitions that are used to drive the cloudtruth cli to create the actual
parameters.

The transformation template is processed using the [Liquid template
language](https://shopify.github.io/liquid/). The context supplied to each
Expand Down

0 comments on commit 5b97b57

Please sign in to comment.