hyperctl content-type ls
command
Overview
The hyperctl content-type ls
command lists available content types for the configured HyperTemplates theme.
Usage
1$ hyperctl content-type ls -h
2List content types.
3
4Usage:
5 hyperctl content-type ls [options]
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$ hyperctl content-type ls
2Name Description
3---- -----------
4Blog Post Long-form editorial content.
5Link Post A hyperlink per day keeps the algorithms away.
6Page New marketing page
7Photo Post Pics or it didn't happen!
8Quick Post Like a tweet, but without the arbitrary character limit.
9Status Passing thoughts that disappear after 24 hours!
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"