Skip to content

0.3

Compare
Choose a tag to compare
@mikkpr mikkpr released this 09 Jan 13:59
· 35 commits to master since this release
  • 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