Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed May 16, 2024
1 parent 94ec935 commit b56ad56
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ AEMC is a versatile tool for managing Adobe Experience Manager (AEM) instances.
* [CLI - Overview](#cli---overview)
* [CLI - Screenshots](#cli---screenshots)
* [CLI - AEM Project Quickstart](#cli---aem-project-quickstart)
* [IaaC Providers](#iaac-providers)
* [Ansible Collection](#ansible-collection)
* [Go Scripting](#go-scripting)
* [Dependencies](#dependencies)
Expand Down Expand Up @@ -184,8 +185,19 @@ Simply run command with appending [task variable](https://taskfile.dev/usage/#va
sh taskw aem:build AEM_BUILD_ARGS="-PfedDev -DskipTests -pl '!ui.tests'"
```

## IaaC Providers

The tool is designed to be used in Infrastructure as a Code (IaaC) solutions such as [Terraform](https://www.terraform.io/) or [Pulumi](https://www.pulumi.com/).

See separate projects based on AEM Compose:

- Terraform Provider: <https://github.com/wttech/terraform-provider-aem>
- Pulumi Provider: <https://github.com/wttech/pulumi-aem>

## Ansible Collection

The tool is designed to be used in Ansible playbooks and roles.

See a separate project based on AEM Compose: <https://github.com/wttech/aemc-ansible>

## Go Scripting
Expand Down

0 comments on commit b56ad56

Please sign in to comment.