hyperctl content-type inspect command
Overview
Inspect content type template data.
Usage
1$ hyperctl content-type inspect -h
2Inspect content types.
3
4Usage:
5 hyperctl content-type inspect [options] <type>
6
7Options:
8 -c, --config path to the website configuration file. (required) (env: HYPER_CONFIG) (default: site.yaml)
9 -h, --help Display help information.
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"