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

Commit 097b3b0

Browse files
committed
Add integration migration instructions to the apply success message
When you're done applying the secrets migration, a logical next step would be to migrate your integrations. Including the link in the success message makes it easier to follow along with the migration process.
1 parent cfef938 commit 097b3b0

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)