Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Nov 19:43
· 181 commits to main since this release

Changelog

StoreTypes

  • store-type templates-fetch now supports a --git-ref flag to specify a specific branch, tag, or commit to fetch
    templates from.
  • store-types create now omits the StorePath value when not specified. This fixes the issue where the StorePath
    value was being set to "" which Command interpreted as only allowing "" for store paths on created store types.

CLI

  • login now un-hidden from CLI help.