I’ll have to think on this. I see how the comma might not be super obvious. But I can definitely improve the documentation and add more examples. I’ll keep that in mind.
Getting ready to publish 0.17.0. I ended up adding four new command flags to all the subcommands that perform builds: hyperctl build
, hyperctl deploy
, hyperctl generate
, and hyperctl publish
.
The new command flags are:
--content-dir
Relative path to the content directory to use for the build (overwritessite.config.content_dir
). (env:HYPER_CONTENT_DIR
)--data-dir
Relative path to the data directory to use for the build (overwritessite.config.data_dir
). (env:HYPER_DATA_DIR
)--static-dir
Relative path to the static directory to use for the build (overwritessite.config.static_dir
). (env:HYPER_STATIC_DIR
)--theme
Relative path to theme config to use for the build (overwritessite.config.theme
). (env:HYPER_THEME
)
These allow for multiple versions of a site to be deployed from a single commit.
@AtmanActive what do you think?
EDIT: the documentation pages are already updated: hyperctl build
, hyperctl deploy
, hyperctl generate
, and hyperctl publish
.
This is great!
That’s exactly what was missing.
Will start testing it in the following days.
Maybe some of my test projects could be useful as demos/examples/showcases.
1 Like