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 transform command 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.yaml or site.json).

Defaults to the HYPER_CONFIG environment variable, if set.

To configure a default, use the export command.

1export HYPER_CONFIG="site.yaml"
-o, --opml-enrichment
Enrich OPML data with additional properties.
Edit this page on GitHub

💬 Join the community

Stay up-to-date with the lastest releases and other news from Team HyperTemplates. Ask the developers questions, get help from the community, and share your creations! 🎨