view tests/cli/test_scaffolding.yaml @ 1131:32f71dbf5cb1

Added tag 3.1.1 for changeset 71627dd7d2f1
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 28 Feb 2018 20:44:23 -0800
parents 4cc020ff2537
children
line wrap: on
line source

---
no_kitchen: true
args: init .
files:
    - config.yml
---
no_kitchen: true
args: init myblog
files:
    - myblog/config.yml
---
args: prepare page foobar
files:
    - kitchen/pages/foobar.md
---
args: prepare post -d 2017/01/08 new-post
files:
    - kitchen/posts/2017-01-08_new-post.md