You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.