@prisma/cli 8.0.0-rc.11-dev.88 → 8.0.0-rc.11-dev.89
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.js +5 -8
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -4681,13 +4681,11 @@ function createPresentations$1(result) {
|
|
|
4681
4681
|
},
|
|
4682
4682
|
{
|
|
4683
4683
|
label: "S3_ACCESS_KEY_ID",
|
|
4684
|
-
value: result.accessKeyId
|
|
4685
|
-
sensitive: true
|
|
4684
|
+
value: result.accessKeyId
|
|
4686
4685
|
},
|
|
4687
4686
|
{
|
|
4688
4687
|
label: "S3_SECRET_ACCESS_KEY",
|
|
4689
|
-
value: result.secretAccessKey
|
|
4690
|
-
sensitive: true
|
|
4688
|
+
value: result.secretAccessKey
|
|
4691
4689
|
},
|
|
4692
4690
|
{
|
|
4693
4691
|
label: "S3_BUCKET",
|
|
@@ -6939,8 +6937,8 @@ function backupStdoutRows(backups) {
|
|
|
6939
6937
|
backup.createdAt || ""
|
|
6940
6938
|
]);
|
|
6941
6939
|
}
|
|
6942
|
-
/** The one-time-secret card
|
|
6943
|
-
*
|
|
6940
|
+
/** The one-time-secret card. The URL prints bare: this card is the only
|
|
6941
|
+
* place an interactive user ever sees it. */
|
|
6944
6942
|
function secretBlocks(headline, connectionString) {
|
|
6945
6943
|
return [
|
|
6946
6944
|
{
|
|
@@ -6956,8 +6954,7 @@ function secretBlocks(headline, connectionString) {
|
|
|
6956
6954
|
kind: "fields",
|
|
6957
6955
|
rows: [{
|
|
6958
6956
|
label: "connection URL",
|
|
6959
|
-
value: connectionString
|
|
6960
|
-
sensitive: true
|
|
6957
|
+
value: connectionString
|
|
6961
6958
|
}]
|
|
6962
6959
|
}
|
|
6963
6960
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/cli",
|
|
3
|
-
"version": "8.0.0-rc.11-dev.
|
|
3
|
+
"version": "8.0.0-rc.11-dev.89",
|
|
4
4
|
"description": "Command-line interface for the Prisma Developer Platform.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@prisma/composer": "0.16.0-dev.1",
|
|
56
56
|
"@prisma/credentials-store": "^7.8.0",
|
|
57
|
-
"@repo/cli-conformance": "8.0.0-rc.11-dev.
|
|
58
|
-
"@repo/cli-telemetry": "8.0.0-rc.11-dev.
|
|
59
|
-
"@repo/tsconfig": "8.0.0-rc.11-dev.
|
|
57
|
+
"@repo/cli-conformance": "8.0.0-rc.11-dev.89",
|
|
58
|
+
"@repo/cli-telemetry": "8.0.0-rc.11-dev.89",
|
|
59
|
+
"@repo/tsconfig": "8.0.0-rc.11-dev.89",
|
|
60
60
|
"@types/node": "^22.19.19",
|
|
61
61
|
"tsdown": "^0.21.10",
|
|
62
62
|
"tsx": "^4.22.4",
|