Metadata-Version: 2.0
Name: aem-cmd
Version: 0.14.0b0
Summary: AEM Command line tools
Home-page: https://github.com/bjorns/aem-cmd
Author: Björn Skoglund
Author-email: bjorn.skoglund@icloud.com
License: MIT
Download-URL: https://github.com/bjorns/aem-cmd
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: configparser
Requires-Dist: requests
Requires-Dist: requests-toolbelt

AEM command line management.
===============================

A set of tools to administrate an Adobe AEM content management installation
from the command line. Features include:

* Unix philosophy enables pipe and script based composition of common tasks
* Bash completion script included
* Content search, modification, deletion
* User and group management
* Package management
* Simple instance management for running a command against all your installations
* Common ops tools like repo optimization, activation and cache clearing

Full documentation at <https://github.com/bjorns/aem-cmd/blob/master/README.md>


