Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 804 Bytes

SiteToolConfiguration.adoc

File metadata and controls

31 lines (26 loc) · 804 Bytes

Site tool configuration

Before we can run the site tool, we must ensure that it is correctly configured.

Warning

The site command line tool is configured separately from a Site instance.

Table 1. Configuration file options
File Format

site-cli.yaml

YAML

site-cli.json

JSON

site-cli.edn

EDN

A configuration in EDN format shows an example configuration file in EDN format. The advantage of EDN is that it is possible to use Aero tag literals to access environment variables, reduce duplication and alter configuration depending on a 'profile' setting.

Example 1. A configuration in EDN format
link:site-cli.edn[role=include]