@platforma-sdk/bootstrap 3.0.0 → 3.1.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/README.md +61 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -5
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,7 @@ import { Writable as Or } from "node:stream";
|
|
|
14
14
|
import { z as D } from "zod";
|
|
15
15
|
import Er from "decompress";
|
|
16
16
|
import ue from "yaml";
|
|
17
|
-
import { getDefaultPlVersion as fe } from "@milaboratories/pl-
|
|
17
|
+
import { getDefaultPlVersion as fe } from "@milaboratories/pl-deployments";
|
|
18
18
|
import Rr from "node:https";
|
|
19
19
|
import * as Tr from "tar";
|
|
20
20
|
const A = {
|
|
@@ -1237,7 +1237,7 @@ ${r}`);
|
|
|
1237
1237
|
_();
|
|
1238
1238
|
}
|
|
1239
1239
|
e === d.currentInstanceName && t.push(
|
|
1240
|
-
"last command run cache ('pl-
|
|
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-
|
|
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.
|