@provartesting/provardx-cli 0.0.7-beta → 1.1.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 +0 -7
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,10 +12,3 @@ Run In dev provardx plugin on your local
|
|
|
12
12
|
4. Need to copy the bin/dev folder to run the commands locally in Dev. Plugin.
|
|
13
13
|
5. To run the command manually: bin/dev ${command} (example: bin/dev sf provar config generate)
|
|
14
14
|
6. To run NUTS on your local: yarn run test:nuts
|
|
15
|
-
|
|
16
|
-
# Naming conventions used in provardx-cli development
|
|
17
|
-
|
|
18
|
-
1. camelCase for fileNames/methodNames/Variables
|
|
19
|
-
2. PascalCase for classNames.
|
|
20
|
-
|
|
21
|
-
Also, we are adding the Copyright/licensing text over every ts file
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provartesting/provardx-cli",
|
|
3
3
|
"description": "A plugin for the Salesforce CLI to orchestrate testing activities and report quality metrics to Provar Manager",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@oclif/core": "^3.18.1",
|