decoupled-cli 2.3.1 → 2.3.2

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.
@@ -773,7 +773,7 @@ exports.spacesCommand
773
773
  const response = await client.createSpace({
774
774
  name: defaultName,
775
775
  type: options.type,
776
- template: 'dcloud',
776
+ template: 'drupal',
777
777
  environment: options.environment
778
778
  });
779
779
  console.log(chalk_1.default.green(`✅ Space created: ${response.space.name} (ID: ${response.space.id})`));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decoupled-cli",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Command-line interface for Decoupled Drupal API management",
5
5
  "main": "dist/index.js",
6
6
  "bin": {