@uipath/solution-tool 0.9.0 → 1.0.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 +1 -1
- package/dist/tool.js +40431 -48842
- package/package.json +13 -15
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
```bash
|
|
25
25
|
uip solution pack <solutionPath>
|
|
26
26
|
uip solution publish <packagePath>
|
|
27
|
-
uip solution
|
|
27
|
+
uip solution init --name MySolution
|
|
28
28
|
uip solution upload <packagePath>
|
|
29
29
|
uip solution deploy run --solution-name MySolution
|
|
30
30
|
uip solution deploy status --solution-name MySolution
|