All Projects → PerficientDigital → Aem Package Manager

PerficientDigital / Aem Package Manager

Licence: gpl-3.0
A tool for managing AEM packages from the command line.

Programming Languages

shell
77523 projects
bash
514 projects

Labels

Projects that are alternatives of or similar to Aem Package Manager

aem-spa-project-archetype
Maven Archetype for creating new AEM SPA projects
Stars: ✭ 64 (+481.82%)
Mutual labels:  aem
aem-osgi-annotation-demo
Demonstrates OSGi Declarative Services Annotations along side Felix SCR Annotations.
Stars: ✭ 42 (+281.82%)
Mutual labels:  aem
request log analyzer
Extract some performance metrics from the request.log of a CQ/AEM instance. It can be used as an alternative to or in addition to `rlog.jar`.
Stars: ✭ 27 (+145.45%)
Mutual labels:  aem
wcm-io-tooling
Tooling for Maven and IDEs.
Stars: ✭ 12 (+9.09%)
Mutual labels:  aem
Slice
Slice - a framework which simplifies Sling/AEM development by using dependency injection pattern and mapping Sling resources into Java objects
Stars: ✭ 64 (+481.82%)
Mutual labels:  aem
aem-cif-project-archetype
Maven template to create new CIF Project AEM projects that follow best practices
Stars: ✭ 20 (+81.82%)
Mutual labels:  aem
aem-site-template-standard
Basic site template for AEM that allows non-Java experts to create new sites by customizing CSS and JS only.
Stars: ✭ 34 (+209.09%)
Mutual labels:  aem
Acs Aem Commons
Stars: ✭ 394 (+3481.82%)
Mutual labels:  aem
webinar-dispatchercache
Sample code and configurations to support a webinar showing how to optimize dispatcher caching with Adobe CQ.
Stars: ✭ 48 (+336.36%)
Mutual labels:  aem
aem-orchestrator
Java application for orchestrating AEM infrastructure created using aem-aws-stack-builder
Stars: ✭ 12 (+9.09%)
Mutual labels:  aem
wcm-io-caconfig
Context-Aware Configuration for AEM applications.
Stars: ✭ 16 (+45.45%)
Mutual labels:  aem
aem-aws-stack-builder
Adobe Experience Manager (AEM) infrastructure builder on AWS using CloudFormation stacks
Stars: ✭ 36 (+227.27%)
Mutual labels:  aem
AEM-DataLayer
Simple DataLayer API for Adobe Experience Manager
Stars: ✭ 33 (+200%)
Mutual labels:  aem
aem-spa-component-mapping
Provides a way to map Single Page Application front-end components with Adobe Experience Manager resource types.
Stars: ✭ 20 (+81.82%)
Mutual labels:  aem
Aem Links
Adobe Experience Manager links, cheat sheets and solutions to common problems.
Stars: ✭ 254 (+2209.09%)
Mutual labels:  aem
aem-clientlib-async
Create AEM clientlibs that can output 'async', 'defer' and 'onload' attributes on your HTML script elements.
Stars: ✭ 45 (+309.09%)
Mutual labels:  aem
gradle-aem-multi
Example Multi-Module AEM application built by Gradle Build System
Stars: ✭ 31 (+181.82%)
Mutual labels:  aem
Aem Core Wcm Components
Set of standardized components to build websites on AEM.
Stars: ✭ 465 (+4127.27%)
Mutual labels:  aem
Aem Project Archetype
Maven template to create best-practice websites on AEM.
Stars: ✭ 337 (+2963.64%)
Mutual labels:  aem
AEM-UP
🚀 AEM Author, Dispatcher and Publisher in one VM managed via Vagrant and provisioned via Ansible
Stars: ✭ 18 (+63.64%)
Mutual labels:  aem

AEM-Package-Manager

A tool for installing AEM packages from the command line. Compatible with:

  • OSX
  • Ubuntu Linux
  • Windows via cygwin

Requires:

Installation

Download the script, make it executable and put it into the path on your computer.

Usage

aem-pkmgr [list|install|download|upload|upload-install|build] [-h http://localhost:4503] [-u admin1] [-p admin2] [-pk package.zip]

Actions

  • list - lists all available packages
  • install - installs a package
  • upload - uploads a package
  • upload-install - uploads and installs a package
  • build - builds a package
  • download - downloads a package

Parameters

  • -h | --host - Sets the AEM host, default is 'http://localhost:4502'
  • -u | --username - Sets the username to connect to AEM, default is 'admin'
  • -p | --password - Sets the password to connect to AEM, default is 'admin'
  • -o | --out - The path to download the package
  • -g | --group - Filter the package list by group
  • -n | --name - Filter the package list by name
  • -pk | --package - Sets the package to install or upload
  • -h | --help - Displays this message
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].