Skip to content

Commit

Permalink
add documentation on how to use plonecli
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 5, 2024
1 parent 4ae52d3 commit b6703f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend_addon/{{ cookiecutter.__folder_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,22 @@ And to create the Plone site:

```shell
make create_site

```

## Add features using plonecli/bobtemplates.plone

This package provides plonecli/bobtemplates.plone compatible entrypoints to add all kind of subtemplates provided by them.

To use them, you need to use bobtemplates.plone version > X.X.X and run your command as follows:

```shell
plonecli add -b .mrbob.ini content_type
```

This way we are passing the `.mrbob.ini` configuration file to plonecli to set some configuration variables needed to properly run the subtemplates.


## Contribute

- [Issue Tracker](https://github.com/{{ cookiecutter.github_organization }}/{{ cookiecutter.python_package_name }}/issues)
Expand Down

0 comments on commit b6703f7

Please sign in to comment.