Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ To get started, simply run `./compile --writeKey=<YOUR WRITE KEY>`.
Usage: ./compile [options]

Options:

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

# Build Process
Expand Down