4PointSolutions / 4PointSolutions/aem-utils
AEM_CNTRL: Enhance aem_cntrl to support additional actions such as `start`, `stop`, and `waitfor`
- Ngôn ngữ chính
- Java
- Star
- 1
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Add additional actions to the aem_cntrl utility, such as:
`start` - This will start AEM and wait for it to be up before returning. This is useful when to automate the launching of AEM before deploying files to is from script.
`stop` - This will stop AEM and wait for it to shutdown before returning. This is useful when automating the shutdown of AEM before starting it again.
`waitfor` - Wait for a line in the log that matches the regular expression provided. This is useful for scripts that want to wait until a certain event happens (e.g. a bundle is installed, or package is finished installing).
Sub-issues to this issue will be created for the implementation of each command.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Look at the existing aem_cntrl utility code to understand its structure and how actions are implemented. The new actions 'start', 'stop', and 'waitfor' will likely involve adding new command handlers, interacting with AEM processes, and parsing log files. Check for any existing tests to see how to add new ones. Start by running the current utility to see its behavior, then extend it with the new commands.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- java
- Lĩnh vực
- cli, tooling
- Loại issue
- Tính năng
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 65/100