hyperctl data transform command
Overview
The hyperctl data transform command is used to apply transformations to website global data namespaces.
🚧 EXPERIMENTAL FEATURE 🚧
The
hyperctl data transformcommand is an active experiment and subject to change in future releases.
Usage
1$ hyperctl data transform -h
2Transform global data namespace.
3
4Usage:
5 hyperctl data transform <namespace> [options]
6
7Options:
8 -c, --config path to the website configuration file. (required) (env: HYPER_CONFIG) (default: site.yaml)
9 -o, --opml-enrichment Enrich OPML data with additional properties.
10 -h, --help Display help information.
Example
Use the hyperctl data transform command to list available namespaces.
1$ hyperctl data transform
2Namespace Size
3--------- ----
4newsletter 163
5twitter 44
6customers 925
7downloads 18
8nav 1455
Options
-c,--config- Path to the website configuration file (
site.yamlorsite.json).Defaults to the
HYPER_CONFIGenvironment variable, if set.To configure a default, use the
exportcommand.1export HYPER_CONFIG="site.yaml" -o,--opml-enrichment- Enrich OPML data with additional properties.