Skip to content

Commit

Permalink
Merge branch 'vault-cli' of github.com:wttech/aemc into vault-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Przybyl committed Nov 13, 2024
2 parents 766481d + 921bda2 commit 0777d4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

**AEM Compose**

AEMC is a versatile tool for managing Adobe Experience Manager (AEM) instances. With a comprehensive set of commands, it simplifies tasks such as working CRX packages, OSGi configurations, JCR repository nodes, and more. Its seamless integration with Ansible enhances automation capabilities.
AEMC is a versatile tool for managing Adobe Experience Manager (AEM) instances.
With a comprehensive set of commands, it simplifies tasks such as working CRX packages, OSGi configurations, JCR repository nodes, and more.
Its seamless integration with Terraform, Pulumi, and Ansible enhances automation capabilities.

- Reusable core designed to handle advanced dev-ops operations needed to manage AEM instances
- Various distributions based on core for context-specific use cases:
Expand All @@ -26,9 +28,10 @@ AEMC is a versatile tool for managing Adobe Experience Manager (AEM) instances.
# References

* Blog Posts
* [Get your AEM together with AEM Compose!](https://wttech.blog/blog/2023/get-your-aem-together-with-aem-compose/) by [Krystian Panek](mailto:krystian.panek@wundermanthompson.com)
* [Turning IDE into an AEM development powerhouse](https://wttech.blog/blog/2024/turning-ide-into-an-aem-development-powerhouse/) by [Krystian Panek](mailto:krystian.panek@wundermanthompson.com) and [Dominik Przybył](mailto:dominik.przybyl@wundermanthompson.com)
* Talk at AdaptTo 2023 Conference - [Get Your AEM Together: AEM Compose, the Ultimate DevEx Tool](https://www.youtube.com/watch?v=EH4ubsxNpbs) by [Tomasz Sobczyk](mailto:tomasz.sobczyk@wundermanthompson.com) & [Krystian Panek](mailto:krystian.panek@wundermanthompson.com)
* [Get your AEM together with AEM Compose!](https://wttech.blog/blog/2023/get-your-aem-together-with-aem-compose/) by [Krystian Panek](mailto:krystian.panek@vml.com)
* [Turning IDE into an AEM development powerhouse](https://wttech.blog/blog/2024/turning-ide-into-an-aem-development-powerhouse/) by [Krystian Panek](mailto:krystian.panek@vml.com) and [Dominik Przybył](mailto:dominik.przybyl@vml.com)
* Talk at AdaptTo 2024 Conference - [First-ever IaC Providers for AEM](https://adapt.to/2024/schedule/lightning-talks/first-ever-iaac-providers-for-aem) by [Krystian Panek](mailto:krystian.panek@vml.com)
* Talk at AdaptTo 2023 Conference - [Get Your AEM Together: AEM Compose, the Ultimate DevEx Tool](https://adapt.to/2023/schedule/get-your-aem-together-aem-compose-the-ultimate-devex-tool) by [Tomasz Sobczyk](mailto:tomasz.sobczyk@vml.com) & [Krystian Panek](mailto:krystian.panek@vml.com)

[![AdaptTo 2023 Video](docs/adapto-to-video.png)](https://www.youtube.com/watch?v=EH4ubsxNpbs)

Expand Down Expand Up @@ -762,8 +765,8 @@ Issues reported or pull requests created will be very appreciated.
# Authors
- Creator, owner, and maintainer: [Krystian Panek](mailto:krystian.panek@wundermanthompson.com)
- Consultancy: [Tomasz Sobczyk](mailto:tomasz.sobczyk@wundermanthompson.com), [Maciej Majchrzak](mailto:maciej.majchrzak@wundermanthompson.com)
- Creator, owner, and maintainer: [Krystian Panek](mailto:krystian.panek@vml.com)
- Consultancy: [Tomasz Sobczyk](mailto:tomasz.sobczyk@vml.com), [Maciej Majchrzak](mailto:maciej.majchrzak@vml.com)
- Contributors: [<see all>](https://github.com/wttech/aemc/graphs/contributors)
# License
Expand Down
2 changes: 1 addition & 1 deletion cmd/aem/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (c *CLI) contentDownloadCmd() *cobra.Command {
c.Changed("content downloaded")
},
}
cmd.Flags().StringP("target-pid", "p", "", "Target package ID (group:name:version)'")
cmd.Flags().StringP("target-pid", "p", "", "ID (group:name:version) for downloaded package")
cmd.Flags().StringP("target-file", "t", "", "File path for downloaded package")
_ = cmd.MarkFlagRequired("target-file")
cmd.Flags().StringSliceP("filter-roots", "r", []string{}, "Vault filter root paths")
Expand Down

0 comments on commit 0777d4d

Please sign in to comment.