Skip to content

Releases: clay/claycli

self-signed-certs

21 Feb 16:44
Compare
Choose a tag to compare
  • allow self-signed certificates
  • this fixes an issue importing data to local sites that run over https

underscored-bootstraps

21 Feb 16:43
Compare
Choose a tag to compare
  • 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

21 Feb 16:42
Compare
Choose a tag to compare
  • fix clayutil dependency

backport-dependency

21 Feb 16:41
Compare
Choose a tag to compare
  • backport clayutils dependency
  • this is the last claycli version that will work with amphora v4.x and below (non-underscored routes)

underscore

09 Feb 15:29
Compare
Choose a tag to compare

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

15 Nov 17:03
Compare
Choose a tag to compare
  • 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

15 Nov 17:05
Compare
Choose a tag to compare

config-list

01 Jun 16:01
Compare
Choose a tag to compare
  • clay config sites lists all site aliases, keys lists keys, and files lists files

bugfix-stdin

31 May 21:35
Compare
Choose a tag to compare
  • fixed bug when running clay import from stdin with CLAY_DEFAULT_KEY

the-exportables

31 May 21:29
Compare
Choose a tag to compare
  • clay export pages and components
  • can export to a file, or to stdout (good for sampling data)