You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/04/24 12:31:36 UTC

[sling-org-apache-sling-committer-cli] 07/44: SLING-8311 - Investigate creating a Sling CLI tool for development task automation

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch feature/SLING-8337
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git

commit 57f09426ae89abf713272307be1d7be0dcd771f3
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Mar 19 16:22:32 2019 +0100

    SLING-8311 - Investigate creating a Sling CLI tool for development task automation
    
    Update README for update-local-site
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 45336b1..9dbad6e 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ Generating a release vote email
 Generating a release vote result email
 
     docker run --env-file=./docker-env apache/sling-cli release tally-votes $STAGING_REPOSITORY_ID
+    
+Generating the website update (only diff for now)
+
+	docker run --env-file=docker-env apache/sling-cli release update-local-site $STAGING_REPOSITORY_ID
 
 ## Assumptions