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.yaml
orsite.json
).Defaults to the
HYPER_CONFIG
environment variable, if set.To configure a default, use the
export
command.1export HYPER_CONFIG="site.yaml"
-p
,--page
- The path to the page index file to use for the build.
The
--page
argument is required to perform an incremental build.