Skip to content

Commit

Permalink
feat/new command package-validate
Browse files Browse the repository at this point in the history
- update picture path for npm
  • Loading branch information
Rocko1204 committed Nov 10, 2022
1 parent c8713ac commit 1f55027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ how to install
$ sfdx plugins:install @rocko1204/rocko-sfdx
...
```
![](src/picture/project-validate.png)
![](https://github.com/Rocko1204/rocko-sfdx/blob/main/src/picture/project-validate.png)

This command performs static checks in the sfdx-project json file for changed packages. Optional flags are used to control which validations are to be carried out. The individual tests are described with the flags.
See code: [src/commands/rocko/project/validate.ts](https://github.com/github/rocko-sfdx/blob/v0.0.1/src/commands/rocko/project/validate.ts)
Expand Down Expand Up @@ -77,7 +77,7 @@ EXAMPLES
sfdx rocko:project:validate -t origin/main - -v -m -o -d -f
sfdx rocko:project:validate -t origin/main --versionupdate --missingdeps --order --depsversion --fix
```
![](src/picture/package-validate.png)
![](https://github.com/Rocko1204/rocko-sfdx/blob/main/src/picture/package-validate.png)

This command validates a package from the project-json. The validation depends on whether it is an unlocked or source package. So what make this command 🤔.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocko1204/rocko-sfdx",
"description": "Salesforce DX (SFDX) commands to support salesforce developments & deployments",
"version": "1.1.0",
"version": "1.1.1",
"author": "Ronny Rokitta",
"bugs": "https://github.com/Rocko1204/rocko-sfdx/issues",
"dependencies": {
Expand Down

0 comments on commit 1f55027

Please sign in to comment.