Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Oct 10, 2023
1 parent 9fa2716 commit 8ec9488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ npm install -g @bsorrentino/osts-cli
```
Usage:
========
osts list // list OSTS packages in SPO path.
osts list[--path] // list OSTS packages in SPO path.

osts unpack [--path, -p <dest dir> [--dts] ] // download OSTS package and extract body (.ts) to dest dir (default 'osts').
// If --dts is specified an Office Script Simplified TS Declaration file will be copied in dest dir

osts pack [--path, -p <src dir>] // bundle source (.ts) in src dir (default 'osts') to OSTS package and upload it
osts pack [--path, -p <src dir>] [--file, -f <osts file name>] // bundle source (.ts) in src dir (default 'osts') to OSTS package and upload it

osts dts [--path, -p <dest dir>] // an Office Script Simplified TS Declaration file is copied in dest dir

Expand Down

0 comments on commit 8ec9488

Please sign in to comment.