@shell-shock/preset-cli 0.9.27 → 0.9.28

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.
@@ -29,6 +29,15 @@ function getGlobalOptions(context, _) {
29
29
  required: false,
30
30
  default: false,
31
31
  isNegativeOf: "interactive"
32
+ },
33
+ context.config.interactive !== "never" && context.config.interactive !== false && {
34
+ name: "yes",
35
+ title: "Yes",
36
+ description: "Skip all prompts by answering yes to all of them - will be set to true if running in a CI pipeline.",
37
+ alias: ["y"],
38
+ type: "boolean",
39
+ required: false,
40
+ default: false
32
41
  }
33
42
  ].filter(Boolean);
34
43
  }
@@ -29,6 +29,15 @@ function getGlobalOptions$1(context, _) {
29
29
  required: false,
30
30
  default: false,
31
31
  isNegativeOf: "interactive"
32
+ },
33
+ context.config.interactive !== "never" && context.config.interactive !== false && {
34
+ name: "yes",
35
+ title: "Yes",
36
+ description: "Skip all prompts by answering yes to all of them - will be set to true if running in a CI pipeline.",
37
+ alias: ["y"],
38
+ type: "boolean",
39
+ required: false,
40
+ default: false
32
41
  }
33
42
  ].filter(Boolean);
34
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-cli",
3
- "version": "0.9.27",
3
+ "version": "0.9.28",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "keywords": [
@@ -184,17 +184,17 @@
184
184
  "@powerlines/deepkit": "^0.9.81",
185
185
  "@powerlines/plugin-alloy": "^0.26.220",
186
186
  "@powerlines/plugin-plugin": "^0.12.539",
187
- "@shell-shock/core": "0.17.15",
188
- "@shell-shock/plugin-banner": "0.1.42",
189
- "@shell-shock/plugin-changelog": "0.1.18",
190
- "@shell-shock/plugin-completions": "0.4.23",
191
- "@shell-shock/plugin-console": "0.2.19",
192
- "@shell-shock/plugin-help": "0.2.33",
193
- "@shell-shock/plugin-prompts": "0.3.56",
194
- "@shell-shock/plugin-skills": "0.0.6",
195
- "@shell-shock/plugin-theme": "0.4.28",
196
- "@shell-shock/plugin-update": "0.1.60",
197
- "@shell-shock/preset-script": "0.6.70",
187
+ "@shell-shock/core": "0.17.16",
188
+ "@shell-shock/plugin-banner": "0.1.43",
189
+ "@shell-shock/plugin-changelog": "0.1.19",
190
+ "@shell-shock/plugin-completions": "0.4.24",
191
+ "@shell-shock/plugin-console": "0.2.20",
192
+ "@shell-shock/plugin-help": "0.2.34",
193
+ "@shell-shock/plugin-prompts": "0.3.57",
194
+ "@shell-shock/plugin-skills": "0.0.7",
195
+ "@shell-shock/plugin-theme": "0.4.29",
196
+ "@shell-shock/plugin-update": "0.1.61",
197
+ "@shell-shock/preset-script": "0.6.71",
198
198
  "@stryke/path": "^0.29.11",
199
199
  "@stryke/string-format": "^0.17.26",
200
200
  "@stryke/type-checks": "^0.6.17",
@@ -205,5 +205,5 @@
205
205
  },
206
206
  "devDependencies": { "@stryke/types": "^0.12.12", "@types/node": "^25.9.2" },
207
207
  "publishConfig": { "access": "public" },
208
- "gitHead": "302eeb47bc029bb0105ec572faecfe398a30d3c1"
208
+ "gitHead": "fb690df8ec51cb881e90d3bb9b347f7f15b06e07"
209
209
  }