learn-secrets-sdk 1.11.2 → 1.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cli/index.mjs
CHANGED
|
@@ -772,7 +772,7 @@ Onboarding site for project: ${projectId}`);
|
|
|
772
772
|
console.log(`
|
|
773
773
|
Next steps:`);
|
|
774
774
|
console.log(` 1. Run: learn-secrets deploy (to update secrets)`);
|
|
775
|
-
console.log(` 2. Visit: ${dashboardUrl}/dashboard/secrets to manage secrets`);
|
|
775
|
+
console.log(` 2. Visit: ${dashboardUrl}/dashboard/collections/secrets to manage secrets`);
|
|
776
776
|
console.log(` 3. View usage at: ${dashboardUrl}/dashboard/settings/usage`);
|
|
777
777
|
const config = {
|
|
778
778
|
project: projectId,
|