@biffo/cli 0.35.0 → 0.36.0

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/core.version CHANGED
@@ -1 +1 @@
1
- 0.35.0
1
+ 0.36.0
package/dist/index.js CHANGED
@@ -5518,7 +5518,7 @@ async function runPluginInstall(target, options, deps) {
5518
5518
  `Wired module "plugin_${pluginName}" and enabled_plugins into ${wiring.environments.length} environment(s): ${wiring.environments.join(", ")}`
5519
5519
  );
5520
5520
  log.info(
5521
- "The Core API allowlist (ADR-0009) follows automatically \u2014 local.plugin_service_principal_arns in main.tf derives it from enabled_plugins."
5521
+ "The Core API allowlist (ADR-0009) follows automatically \u2014 module.plugin_allowlist in main.tf derives it from enabled_plugins."
5522
5522
  );
5523
5523
  } else {
5524
5524
  log.warn(
@@ -5527,7 +5527,7 @@ async function runPluginInstall(target, options, deps) {
5527
5527
  }
5528
5528
  if (wiring.skippedEnvironments.length > 0) {
5529
5529
  log.warn(
5530
- `Skipped ${wiring.skippedEnvironments.join(", ")} \u2014 no \`enabled_plugins\` variable declared there. infra/ is user-owned, so \`biffo core upgrade\` cannot add it: copy the variable (and local.plugin_service_principal_arns) from the template\u2019s infra/environments/dev/ and re-run this install to wire those environments.`
5530
+ `Skipped ${wiring.skippedEnvironments.join(", ")} \u2014 no \`enabled_plugins\` variable declared there. infra/ is user-owned, so \`biffo core upgrade\` cannot add it: copy the variable (and the module "plugin_allowlist" block) from the template\u2019s infra/environments/dev/ and re-run this install to wire those environments.`
5531
5531
  );
5532
5532
  }
5533
5533
  } else if (manifest.event_subscriptions.length > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.35.0",
3
+ "version": "0.36.0",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",