File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments