hyperctl publish command
Overview
The hyperctl generate command performs an incremental build and deploys the resulting build output to the configured provider.
Usage
1$ hyperctl publish -h
2Publish a single page build to a HyperProvider.
3
4Usage:
5 hyperctl publish [options] <content>
6
7Options:
8 -c, --config Path to the website configuration file. (required) (env: HYPER_CONFIG) (default: site.yaml)
9 -p, --page Path to the content index file. (required)
10 -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" -p,--page- The path to the page index file to use for the build.
The
--pageargument is required to perform an incremental build.