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

Commit c5920bb

Browse files
Merge pull request #384 from secrethub/feature/migrate-apply-success-message
Add integration migration instructions to the apply success message
2 parents cfef938 + 0a69b34 commit c5920bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

internals/secrethub/migrate.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,10 @@ func (cmd *MigrateApplyCommand) Run() error {
481481
}
482482
i++
483483
}
484-
fmt.Fprintln(cmd.io.Output(), "\nMigration completed successfully. You can now use these secrets from 1password.")
484+
fmt.Fprintln(cmd.io.Output(), "\n"+
485+
"Migration completed successfully.\n"+
486+
"Your secrets are now available via 1Password.\n"+
487+
"Learn how to load them using any of the integrations at https://secrethub.io/docs/1password/migration/#integrations")
485488

486489
return nil
487490
}

0 commit comments

Comments
 (0)