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
Kit now prefers the local configuration file (.voog) when determining the default site to push to
Added the 'kit add' and 'kit remove' commands to manually add new files to the manifest and sync them with the site
Added the 'kit sites' command to show a list of currently defined sites (read from the local and global .voog files). The --verbose flag also shows the host and API token for each site.
'kit init new' now takes an optional argument to specify which Git repo to clone the initial design from
All new files are properly validated against a whitelist, making sure they are in the correct folder before adding them to the manifest
When updating the manifest, all layouts are now ordered by content type so that 'blog' and 'elements' layouts appear before their child layouts ('blog_article' and 'element', respectively)
Watch now properly syncs the local and remote files – adding and removing local files also the relevant requests to the site as well