@platforma-sdk/bootstrap 3.0.0 → 3.0.1

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/index.mjs CHANGED
@@ -1237,7 +1237,7 @@ ${r}`);
1237
1237
  _();
1238
1238
  }
1239
1239
  e === d.currentInstanceName && t.push(
1240
- "last command run cache ('pl-service start' shorthand will stop working until next full start command call)"
1240
+ "last command run cache ('pl-dev start' shorthand will stop working until next full start command call)"
1241
1241
  ), n = `
1242
1242
  You are going to reset the state of platforma service '${e}':
1243
1243
  - ${t.join(`
@@ -1247,7 +1247,7 @@ You are going to reset the state of platforma service '${e}':
1247
1247
  for (const s of d.instanceList)
1248
1248
  r.set(s, d.getInstanceInfo(s));
1249
1249
  t.push(
1250
- "last command run cache ('pl-service start' shorthand will stop working until next full start command call)",
1250
+ "last command run cache ('pl-dev start' shorthand will stop working until next full start command call)",
1251
1251
  `all service configurations stored in: ${d.instanceDir()} (including all associated docker containers and volumes)`
1252
1252
  ), n = `
1253
1253
  You are going to reset the state of all platforma services configured with pl-bootstrap package.