cmd/config set: Support for setting fields imperatively from the cli

This commit is contained in:
Phillip Wittrock
2019-12-15 14:57:47 -08:00
parent 7c8e2f3948
commit 62e969c719
17 changed files with 1437 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ func NewConfigCommand(name string) *cobra.Command {
root.AddCommand(commands.MergeCommand(name))
root.AddCommand(commands.CountCommand(name))
root.AddCommand(commands.RunFnCommand(name))
root.AddCommand(commands.SubCommand(name))
root.AddCommand(commands.SubSetCommand(name))
root.AddCommand(&cobra.Command{
Use: "docs-merge",