Merge branch 'master-oss' into 1.1-beta

This commit is contained in:
Calvin Leung Huang
2019-02-11 14:47:22 -08:00
44 changed files with 614 additions and 175 deletions

View File

@@ -427,6 +427,11 @@ func initCommands(ui, serverCmdUi cli.Ui, runOpts *RunOptions) {
BaseCommand: getBaseCommand(),
}, nil
},
"print": func() (cli.Command, error) {
return &PrintCommand{
BaseCommand: getBaseCommand(),
}, nil
},
"print token": func() (cli.Command, error) {
return &PrintTokenCommand{
BaseCommand: getBaseCommand(),