Skip to content

Commit b80faa1

Browse files
authored
Add updated compile help options (segmentio#455)
1 parent 299f01e commit b80faa1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

compiler/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ To get started, simply run `./compile --writeKey=<YOUR WRITE KEY>`.
2525
Usage: ./compile [options]
2626

2727
Options:
28-
29-
-w, --write-key <writeKey> Writekey of target Segment source [Required]
30-
-p, --port [port] Set a port to serve the local ajs file from (default: 3000)
31-
-s, --settings <settings> Relative path to custom integrations settings file
32-
-h, --help Output usage information
28+
-w, --writeKey <writeKey> Segment writeKey to for viewing events in the debugger
29+
-s, --settings <settings> (Optional) Relative path to custom integrations settings file
30+
-c, --cdnDomain <cdnDomain> Segment CDN domain (default: "http://cdn.segment.com")
31+
-n, --noRebuild Skips yarn rebuild
32+
-p, --port <port> Set a port to serve the local ajs file from (default: 3000)
33+
-h, --help output usage information
3334
```
3435
3536
# Build Process

0 commit comments

Comments
 (0)