From 5a002f9007bc97ee22ba83d8f60188f60c48298f Mon Sep 17 00:00:00 2001 From: arturs Date: Thu, 11 Mar 2021 17:45:41 +0200 Subject: [PATCH] update docs --- docs/deployment/methods/git.md | 2 +- plugins/git/help-functions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/methods/git.md b/docs/deployment/methods/git.md index 1a7678917..53bd39506 100644 --- a/docs/deployment/methods/git.md +++ b/docs/deployment/methods/git.md @@ -12,7 +12,7 @@ git:initialize # Initialize a git repository git:public-key # Outputs the dokku public deploy key git:report [] [] # Displays a git report for one or more apps git:set () # Set or clear a git property for an app -git:unlock # Removes previous git clone folder for new deployment +git:unlock [--force] # Removes previous git clone folder for new deployment ``` Git-based deployment has been the traditional method of deploying applications in Dokku. As of v0.12.0, Dokku introduces a few ways to customize the experience of deploying via `git push`. A Git-based deployment currently supports building applications via: diff --git a/plugins/git/help-functions b/plugins/git/help-functions index 2dcb432c5..577239793 100755 --- a/plugins/git/help-functions +++ b/plugins/git/help-functions @@ -36,6 +36,6 @@ fn-help-content() { git:public-key, Outputs the dokku public deploy key git:report [] [], Displays a git report for one or more apps git:set (), Set or clear a git property for an app - git:unlock , Removes previous git clone folder for new deployment + git:unlock [--force], Removes previous git clone folder for new deployment help_content }