chore: rename to "template push" in docs (#3525)

This commit is contained in:
Ben Potter
2022-08-16 14:52:31 +00:00
committed by GitHub
parent 01dd35f1ba
commit 4b6a82f92a
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ func templatePlan() *cobra.Command {
return &cobra.Command{
Use: "plan <directory>",
Args: cobra.MinimumNArgs(1),
Short: "Plan a template update from the current directory",
Short: "Plan a template push from the current directory",
RunE: func(cmd *cobra.Command, args []string) error {
return nil
},