@sanity/cli 3.91.1-next.34.844b3d4b3a → 3.91.1-next.36.57b8dc5df8
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/lib/_chunks-cjs/cli.js
CHANGED
@@ -4156,7 +4156,7 @@ Examples:
|
|
4156
4156
|
const { success, error: error2 } = await blueprintStacksCore({
|
4157
4157
|
...cmdConfig.value,
|
4158
4158
|
flags: {
|
4159
|
-
|
4159
|
+
"project-id": flags["project-id"] ?? flags.projectId ?? flags.project
|
4160
4160
|
}
|
4161
4161
|
});
|
4162
4162
|
if (!success) throw new Error(error2);
|