etc/power_stencil.yaml in power_stencil-0.3.1 vs etc/power_stencil.yaml in power_stencil-0.3.2
- old
+ new
@@ -48,11 +48,12 @@
In this shell you have access to anything the templating engine has access to.
You can view, edit, save entities.
- Retrieve and manipulate entities using the `entities` hash.
- Persist your changes using the `save` method on each entity.
- - Create new project or user entities using `new_<type>` and `user_new_<type>`
- methods (see `available_entity_types` for a list of possible types).
+ - Create new project or user entities using `new_<entity_type>` and
+ `user_new_<entity_type>` methods (see `available_entity_types` for a list of
+ possible types).
- And of course, it is a fully fledged Ruby Pry REPL, so you can do anything
you want...
Type `exit` to end your session.
-------------------------------------------------------------------------------