1.0.24 • Published 4 days ago

@sf-explorer/devops.cli v1.0.24

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

@sf-explorer/devops.cli

Pipeline integration

Create a file named .env with the following content:

SFEXP_LOGIN=XXX # remove it to use SFDX instead
SFEXP_PASSWORD=XXX # Password+SecurityToken, remove it to use SFDX instead
LOGINURL=https://login.salesforce.com #or https://test.salesforce.com
DATE=TODAY  #or 2024-01-01
RULES=EntityDefinition,CustomField  #specify to only run rules on EntityDefinition and CustomField - remove param to check all rules

To connect with SFDX, don't use the SFEXP_LOGIN/SFEXP_PASSWORD env var.

Run the command:

npx @sf-explorer/devops.cli -o myOrg -d 2024-03-01 --exclude-author '@Sys admin'

The command will generate an output file name testReport.xml similar to the one you can find here.

Options

Options:
      --version         Show version number                            [boolean]
  -d, --from-date       From date execution, in format YYYY-MM-DD
                                                         [default: "2024-04-01"]
  -e, --exclude-author  Exclude specified author, in format @name, multiple
                        values are supported
  -o, --target-org      Username or alias of the target org. Not required if the
                        `target-org` configuration variable is already set.
  -u, -- sfdx-url       sfdx auth url
  -r, --print-rules     Print rules
  -h, --help            Show help                                      [boolean]

Ignore metadata

You can ignore specific errors with a file named .sfexplorerignore (using regex similar to a .gitignore file)

  • ignore an author with @ and the author name
  • ignore a record with its type and target
1.0.24

4 days ago

1.0.23

4 days ago

1.0.22

7 days ago

1.0.21

7 days ago

1.0.19

8 days ago

1.0.20

8 days ago

1.0.18

11 days ago

1.0.17

22 days ago

1.0.16

22 days ago

1.0.15

22 days ago

1.0.14

23 days ago

1.0.13

23 days ago

1.0.11

24 days ago

1.0.12

24 days ago

1.0.10

25 days ago

1.0.9

29 days ago

1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

4 months ago

1.0.0

4 months ago