Skip to content

Commit 0777d4d

Browse files
author
Dominik Przybyl
committed
Merge branch 'vault-cli' of github.com:wttech/aemc into vault-cli
2 parents 766481d + 921bda2 commit 0777d4d

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
**AEM Compose**
1010

11-
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.
11+
AEMC is a versatile tool for managing Adobe Experience Manager (AEM) instances.
12+
With a comprehensive set of commands, it simplifies tasks such as working CRX packages, OSGi configurations, JCR repository nodes, and more.
13+
Its seamless integration with Terraform, Pulumi, and Ansible enhances automation capabilities.
1214

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

2830
* Blog Posts
29-
* [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)
30-
* [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)
31-
* 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)
31+
* [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)
32+
* [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)
33+
* 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)
34+
* 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)
3235

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

@@ -762,8 +765,8 @@ Issues reported or pull requests created will be very appreciated.
762765
763766
# Authors
764767
765-
- Creator, owner, and maintainer: [Krystian Panek](mailto:krystian.panek@wundermanthompson.com)
766-
- Consultancy: [Tomasz Sobczyk](mailto:tomasz.sobczyk@wundermanthompson.com), [Maciej Majchrzak](mailto:maciej.majchrzak@wundermanthompson.com)
768+
- Creator, owner, and maintainer: [Krystian Panek](mailto:krystian.panek@vml.com)
769+
- Consultancy: [Tomasz Sobczyk](mailto:tomasz.sobczyk@vml.com), [Maciej Majchrzak](mailto:maciej.majchrzak@vml.com)
767770
- Contributors: [<see all>](https://github.com/wttech/aemc/graphs/contributors)
768771
769772
# License

cmd/aem/content.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (c *CLI) contentDownloadCmd() *cobra.Command {
9696
c.Changed("content downloaded")
9797
},
9898
}
99-
cmd.Flags().StringP("target-pid", "p", "", "Target package ID (group:name:version)'")
99+
cmd.Flags().StringP("target-pid", "p", "", "ID (group:name:version) for downloaded package")
100100
cmd.Flags().StringP("target-file", "t", "", "File path for downloaded package")
101101
_ = cmd.MarkFlagRequired("target-file")
102102
cmd.Flags().StringSliceP("filter-roots", "r", []string{}, "Vault filter root paths")

0 commit comments

Comments
 (0)