hyperctl theme install command
Overview
The hyperctl theme install command installs themes.
Usage
1$ hyperctl theme install -h
2Install a theme from a package archive.
3
4Usage:
5 hyperctl theme install [options]
6
7Options:
8 -c, --config Path to the website configuration file. (required) (env: HYPER_CONFIG) (default: site.yaml)
9 -f, --file Path to theme package file (zip archive). (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" -f,--file- Path to the theme archive file to be installed (e.g.
Minimal-v0.1.0.zip).