Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert van Gent <rvangent@google.com>2018-12-20 22:22:03 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-03 18:58:40 +0300
commitc7165589b3be5923f1275f0024818e6ae889d881 (patch)
tree333590256ddbeaecbe310c980f133782831eb13e /commands/commands.go
parentad5703a91712cd245231ba8fdbc49632c794a165 (diff)
Add a "deploy" command
Diffstat (limited to 'commands/commands.go')
-rw-r--r--commands/commands.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/commands.go b/commands/commands.go
index fa02b2e81..51bfb4763 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -47,6 +47,7 @@ func (b *commandsBuilder) addAll() *commandsBuilder {
newEnvCmd(),
newConfigCmd(),
newCheckCmd(),
+ newDeployCmd(),
newConvertCmd(),
b.newNewCmd(),
newListCmd(),