lucy-cli 0.9.1 → 0.9.2
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 +6 -8
- package/package.json +1 -1
package/README.md
CHANGED
@@ -70,14 +70,9 @@ Lucy-CLI comes with a range of commands and options to help manage your Wix Velo
|
|
70
70
|
- **`sync`**: Synchronizes the database and any dependencies or configurations necessary for the project.
|
71
71
|
- **`install`**: Installs all Wix npm packages listed in the `wixpkgs.json` file in the project directory.
|
72
72
|
- **`fix`**: Runs a fix command to resolve common issues in development or production settings.
|
73
|
-
- **🦮 `docs
|
74
|
-
|
75
|
-
|
76
|
-
- **🦮 `cypress`**
|
77
|
-
Starts the Cypress test runner.
|
78
|
-
|
79
|
-
- **🦮 `e2e`**
|
80
|
-
Starts the Cypress test runner in CI mode.
|
73
|
+
- **🦮 `docs`**: Generates documentation for the project.
|
74
|
+
- **🦮 `cypress`**: Starts the Cypress test runner.
|
75
|
+
- **🦮 `e2e`**: Starts the Cypress test runner in CI mode.
|
81
76
|
**Usage:** `e2e <someKey> <someID>`
|
82
77
|
- **`someKey`**: The key for the test.
|
83
78
|
- **`someID`**: The build ID for the test.
|
@@ -125,6 +120,9 @@ Commands:
|
|
125
120
|
🦮 sync : Synchronizes the database and any dependencies or configurations necessary for the project.
|
126
121
|
🦮 install : Installs all Wix npm packages listed in the 'wixpkgs.json' file in the project directory.
|
127
122
|
🦮 fix : Runs a fix command to resolve common issues in development or production settings.
|
123
|
+
🦮 docs : Generates documentation for the project.
|
124
|
+
🦮 cypress : Starts the cypress test runner.
|
125
|
+
🦮 e2e : Starts the cypress test runner in CI mode. first argument is the key second is the build id <e2e <somekey <someID>
|
128
126
|
|
129
127
|
Options:
|
130
128
|
🦮 -h, help : Displays this help message.
|