@toolsplus/nx-forge 2.3.0 → 2.3.1-test-fix-forge-cmd-inside-shell.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/README.md
CHANGED
|
@@ -147,22 +147,32 @@ For any of the plugin targets below append `--help` or `-h` to explore all avail
|
|
|
147
147
|
|
|
148
148
|
Run `nx register <nx-forge-app-name>` to register the Forge app with the Forge platform.
|
|
149
149
|
|
|
150
|
+
[Schema reference](./src/executors/register/schema.json)
|
|
151
|
+
|
|
150
152
|
### Build
|
|
151
153
|
|
|
152
154
|
Run `nx build <nx-forge-app-name>` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
153
155
|
|
|
156
|
+
[Schema reference](./src/executors/build/schema.json)
|
|
157
|
+
|
|
154
158
|
### Deploy
|
|
155
159
|
|
|
156
160
|
Run `nx deploy <nx-forge-app-name>` to deploy the project. The build artifacts will be deployed using the Forge CLI deploy command.
|
|
157
161
|
|
|
162
|
+
[Schema reference](./src/executors/deploy/schema.json)
|
|
163
|
+
|
|
158
164
|
### Install
|
|
159
165
|
|
|
160
166
|
Run `nx install <nx-forge-app-name>` to install the Forge app. The CLI will prompt for site, product if they are not provided as parameters.
|
|
161
167
|
|
|
168
|
+
[Schema reference](./src/executors/install/schema.json)
|
|
169
|
+
|
|
162
170
|
### Tunnel (experimental)
|
|
163
171
|
|
|
164
172
|
Run `nx serve <nx-forge-app-name>` to serve the project. This will start the `serve` target for all Custom UI projects defined in the app `manifest.yml` on their specified tunnel port. After that, it will start a build process in watch mode for the Forge app itself, before ultimately, starting the `nx-forge tunnel` process for the Forge app.
|
|
165
173
|
|
|
174
|
+
[Schema reference](./src/executors/tunnel/schema.json)
|
|
175
|
+
|
|
166
176
|
## Migrate to a newer plugin version
|
|
167
177
|
|
|
168
178
|
As of plugin version 2.2.0 the plugin ships with migration scripts that allow you to use the [`nx migrate`](https://nx.dev/packages/nx/documents/migrate) to update your workspace to a newer version of `nx-forge`.
|
package/package.json
CHANGED
|
@@ -15,6 +15,7 @@ const runForgeCommandAsync = (args, opts = {}) => {
|
|
|
15
15
|
cwd: opts.cwd,
|
|
16
16
|
env: Object.assign(Object.assign({}, process.env), opts.env),
|
|
17
17
|
stdio: [process.stdin, process.stdout, process.stderr],
|
|
18
|
+
shell: true,
|
|
18
19
|
});
|
|
19
20
|
return new Promise((resolve, reject) => {
|
|
20
21
|
cliProcess.once('exit', (code) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"async-commands.js","sourceRoot":"","sources":["../../../../../../packages/nx-forge/src/utils/forge/async-commands.ts"],"names":[],"mappings":";;;AAAA,iDAAsC;AACtC,uCAAsD;AAEtD;;;;;GAKG;AACI,MAAM,oBAAoB,GAAG,CAClC,IAAc,EACd,OAAkD,EAAE,EACrC,EAAE;IACjB,MAAM,GAAG,GAAG,IAAA,iCAAwB,GAAE,CAAC;IACvC,MAAM,UAAU,GAAG,IAAA,qBAAK,EAAC,GAAG,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,EAAE;QACrD,GAAG,EAAE,IAAI,CAAC,GAAG;QACb,GAAG,kCAAO,OAAO,CAAC,GAAG,GAAK,IAAI,CAAC,GAAG,CAAE;QACpC,KAAK,EAAE,CAAC,OAAO,CAAC,KAAK,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"async-commands.js","sourceRoot":"","sources":["../../../../../../packages/nx-forge/src/utils/forge/async-commands.ts"],"names":[],"mappings":";;;AAAA,iDAAsC;AACtC,uCAAsD;AAEtD;;;;;GAKG;AACI,MAAM,oBAAoB,GAAG,CAClC,IAAc,EACd,OAAkD,EAAE,EACrC,EAAE;IACjB,MAAM,GAAG,GAAG,IAAA,iCAAwB,GAAE,CAAC;IACvC,MAAM,UAAU,GAAG,IAAA,qBAAK,EAAC,GAAG,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,EAAE;QACrD,GAAG,EAAE,IAAI,CAAC,GAAG;QACb,GAAG,kCAAO,OAAO,CAAC,GAAG,GAAK,IAAI,CAAC,GAAG,CAAE;QACpC,KAAK,EAAE,CAAC,OAAO,CAAC,KAAK,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC;QACtD,KAAK,EAAE,IAAI;KACZ,CAAC,CAAC;IACH,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACrC,UAAU,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,IAAY,EAAE,EAAE;YACvC,IAAI,IAAI,KAAK,CAAC,EAAE;gBACd,OAAO,CAAC,SAAS,CAAC,CAAC;aACpB;iBAAM;gBACL,MAAM,CAAC,IAAI,KAAK,CAAC,wBAAwB,GAAG,IAAI,CAAC,CAAC,CAAC;aACpD;QACH,CAAC,CAAC,CAAC;QACH,UAAU,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,GAAU,EAAE,EAAE;YACtC,MAAM,CAAC,GAAG,CAAC,CAAC;QACd,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAvBW,QAAA,oBAAoB,wBAuB/B"}
|