@uipath/vertical-solutions-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.
- package/README.md +1 -9
- package/dist/tool.js +14638 -12721
- package/package.json +8 -11
package/README.md
CHANGED
|
@@ -12,14 +12,6 @@ Initialize a new vertical solution
|
|
|
12
12
|
uip vss init
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
### Scaffold
|
|
16
|
-
|
|
17
|
-
Scaffold a new vertical solution
|
|
18
|
-
|
|
19
|
-
```bash
|
|
20
|
-
uip vss scaffold
|
|
21
|
-
```
|
|
22
|
-
|
|
23
15
|
### Sync
|
|
24
16
|
|
|
25
17
|
Sync a vertical solution
|
|
@@ -48,4 +40,4 @@ uip vss generate
|
|
|
48
40
|
|
|
49
41
|
### vss 0.0.1
|
|
50
42
|
|
|
51
|
-
- Initial release with `init`, `
|
|
43
|
+
- Initial release with `init`, `sync`, `add`, and `generate` commands
|