Releases: clay/claycli
Releases · clay/claycli
self-signed-certs
- allow self-signed certificates
- this fixes an issue importing data to local sites that run over https
underscored-bootstraps
- fix bootstrap / yaml file handling
- root properties in bootstraps should have underscores
_components:
article:
instances:
new:
title: Hi
_pages:
new:
main:
- /_components/article/instances/new
clayutil
- fix
clayutil
dependency
backport-dependency
- backport
clayutils
dependency - this is the last
claycli
version that will work with amphorav4.x
and below (non-underscored routes)
underscore
Underscore Support
Note: claycli
version v1.x only works with amphora v5.x and above, using underscored routes. To use claycli
on older versions of amphora, please use v0.x.
This is a stable version of claycli
that supports underscored routes and the url property in pages (automatically converting it to customUrl
on import), intended as a stopgap measure while we redesign the api surface. The next major version (v2.x) of claycli
will support both underscored and non-underscored routes dynamically.
files-in-files
- makes
import
from files actually recursive
This is a patch release, because the documentation / intention of the feature was to be recursive, so the fact that it didn't recurse is considered a bug.
published-pages
config-list
clay config sites
lists all site aliases,keys
lists keys, andfiles
lists files
bugfix-stdin
- fixed bug when running
clay import
fromstdin
withCLAY_DEFAULT_KEY
the-exportables
clay export
pages and components- can export to a file, or to
stdout
(good for sampling data)