plonecli usage enhancement
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 20
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
% plonecli
respond with help text, same as "plonecli --help"
% plonecli -l
respond with:
You can create an add-on with "plonecli addon"
You can add the following features to your add-on with "plonecli add feature_name". Change to add-on directory before.
- behavior
- content_type
- controlpanel
- etc
% plonecli add -h
It would be handsome to see a list what I can add.
Suggestion: Respond with list of features that can be added to my Plone add-on.
plonecli -V
plonecli : 2.2
bobtemplates.plone: 6.0b12
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the documented commands: plonecli, plonecli -l, and plonecli add -h, then inspect the command entry points that produce their current responses. Done means the bare command matches plonecli --help, -l lists the stated add-on features, and add -h lists available features.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100