Skip to content
/ plonectl Public

The command-line utility to manage Plone

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-2.0
LICENSE.GPL
Notifications You must be signed in to change notification settings

plone/plonectl

plonectl

NextGen CLI controller for Plone

Installation

Install plonectl with pip:

pip install plonectl

Usage

Configuration

On the root folder of your project, create a plone.yaml file with configuration:

instance:
    initial_user_name: 'admin'
    initial_user_password: 'admin'

    zcml_package_includes: []

    db_storage: direct

All options can be seen on default.yaml file.

Develop

Clone this codebase

git clone git@github.com:plone/plonectl.git

Install code with development packages:

make install

Run tests

make test

Contribute

License

The project is licensed under GPLv2.

About

The command-line utility to manage Plone

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-2.0
LICENSE.GPL

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published