hyperctl theme ls command
Overview
The hyperctl theme ls command installs themes.
Usage
1$ hyperctl theme ls -h
2Install a theme from a package archive.
3
4Usage:
5 hyperctl theme ls [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- TODO