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