From 2cd7a36943f9956637118832d1cd8d8ae16c126b Mon Sep 17 00:00:00 2001 From: Goldman Date: Thu, 7 Nov 2024 13:54:07 -0300 Subject: [PATCH] ACE-CLI command to enable use-case post installation --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 21ddfa720..6af8ba41c 100644 --- a/Readme.md +++ b/Readme.md @@ -96,6 +96,7 @@ A use-case aim to reproduce real-world setups for purposes like feature demonstr ### Use-case example: Basic Observability Demo + The environment (VM + the modules installed on it) is automatically provisioned and it can be leveraged to showcase Dynatrace Observability capabilities: @@ -134,6 +135,8 @@ use_case = demo_monaco_gitops 3. Continue with the deployment of your ace-box... +> Note: you can use the [ACE CLI](https://github.com/Dynatrace/ace-box/blob/dev/docs/ace-cli.md#ace-cli) `ace enable ` command to prepares the ACE-Box for a use case by installing set of components after the ace-box has been deployed. + ### Custom use-cases In addition to the out-of-the-box use-cases provided natively by the ACE-Box, it is possible to source custom use-cases. This allows using the ACE-Box as a platform to develop your own use-cases, demonstrations, trainings, etc. @@ -164,6 +167,8 @@ use_case = "https://:@github.com/dynatrace-ace/basic-dt-demo.git" 3. Continue with the deployment of your ace-box... +> Note: you can use the [ACE CLI](https://github.com/Dynatrace/ace-box/blob/dev/docs/ace-cli.md#ace-cli) `ace enable ` command to prepares the ACE-Box for a use case by installing set of components after the ace-box has been deployed. +
## Architecture