summaryrefslogtreecommitdiffstats
path: root/commands/deploy.go
diff options
context:
space:
mode:
authorRobert van Gent <rvangent@google.com>2019-05-31 10:00:15 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-31 22:08:12 +0200
commit8914fe7ed7e7e55e07be32564159310c90e2dbd4 (patch)
treef552d26155b6fa80856b8cc0dfb24197790b4be2 /commands/deploy.go
parentb0f536fb276f63df0b0b8d92aeda80affb4b6a34 (diff)
Update CLI doc for "long" form
Diffstat (limited to 'commands/deploy.go')
-rw-r--r--commands/deploy.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/commands/deploy.go b/commands/deploy.go
index 65cd9240f..f9f369f4d 100644
--- a/commands/deploy.go
+++ b/commands/deploy.go
@@ -44,9 +44,11 @@ func newDeployCmd() *deployCmd {
cc.baseCmd = newBaseCmd(&cobra.Command{
Use: "deploy",
Short: "Deploy your site to a Cloud provider.",
- // TODO: improve Long docstring.
- // TODO: update real documentation. Is it in ../docs/ or in hugoDocs?
- Long: `Deploy your site to a Cloud provider.`,
+ Long: `Deploy your site to a Cloud provider.
+
+See https://gohugo.io/hosting-and-deployment/hugo-deploy/ for detailed
+documentation.
+`,
RunE: func(cmd *cobra.Command, args []string) error {
cfgInit := func(c *commandeer) error {