diff --git a/README.md b/README.md index e96e359..fbc96fa 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,16 @@ humctl apply \ make score-deploy ``` +Get the generated DNS one the deployment is done: +```bash +humctl get active-resources \ + --app ${HUMANITEC_APPLICATION} \ + --env ${HUMANITEC_ENVIRONMENT} \ + -o json \ + | jq -c '.[] | select(.metadata.type | contains("dns"))' \ + | jq -r .status.resource.host +``` + +Here the associated resource graph generated by Humanitec: + ![](docs/demo-arch-graph.png) \ No newline at end of file