Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rebely3ll committed Aug 28, 2024
1 parent 904ed9c commit 7dedf58
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GLOBAL OPTIONS:
}
```

### Import Legalhold
### Import Legalholds (silentholds)
```
NAME:
otlh import legalholds
Expand All @@ -86,14 +86,19 @@ CATEGORY:
OPTIONS:
--attachmentDirectory value, --ad value attachment directory (default: ".")
--excel value, -e value excel file used for legalhold import
--zipfile value, -z value zipfile
--timezone value, --tz value timezone for dates used in input file, supproted timezones: PST|EST|MST|CST (default: "UTC")
--holdName value, --hn value hold name
--matterName value, --mn value matter name
--checkInputOnly, --ci check input only (default: false)
--skipInputCheck, --sc skip input check (default: false)
--help, -h show help
```
#### Examples
- Import zip package directly via command line
```
./otlh.exe --debug import legalholds --zipfile=../testdata/legal_hold_details.zip
```

- Validate input data in excel file only
```
./otlh.exe --debug import legalholds --excel=../testdata/sample.xlsx --attachmentDirectory=../testdata/attachments --checkInputOnly
Expand Down

0 comments on commit 7dedf58

Please sign in to comment.