Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 84ece54

Browse files
committed
Add titles to output sections
1 parent 85113d8 commit 84ece54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internals/secrethub/migrate.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ func (cmd *MigrateApplyCommand) Run() error {
569569
}
570570

571571
fmt.Fprintln(cmd.io.Output())
572+
fmt.Fprintln(cmd.io.Output(), "Detected changes to be made:")
572573
indentedWriter := indentedWriter{
573574
w: cmd.io.Output(),
574575
}
@@ -582,6 +583,7 @@ func (cmd *MigrateApplyCommand) Run() error {
582583
}
583584

584585
fmt.Fprintln(cmd.io.Output())
586+
fmt.Fprintln(cmd.io.Output(), "Summary:")
585587
fmt.Fprintf(cmd.io.Output(), "%d fields will be created\n", createCount)
586588
fmt.Fprintf(cmd.io.Output(), "%d fields will be updated\n", updateCount)
587589
fmt.Fprintf(cmd.io.Output(), "%d fields are already up-to-date\n", alreadyUpToDateCount)

0 commit comments

Comments
 (0)