@uipath/solution-tool 0.9.1 → 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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/tool.js +40170 -48683
  3. 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 new --name MySolution
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