Skip to content

Commit 10c7822

Browse files
committed
Add links to functions
1 parent 8f1230c commit 10c7822

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -243,26 +243,26 @@ rokuDeploy.createSignedPackage({
243243
```
244244
245245
Can't find what you need? Here are all of the public functions:
246-
- `stage()`
247-
- `zip()`
248-
- `sideload()`
249-
- `getFilPaths()`
250-
- `keyPress()`
251-
- `keyUp()`
252-
- `keyDown()`
253-
- `sendText()`
254-
- `closeChannel()`
255-
- `rekeyDevice()`
256-
- `createSignedPackage()`
257-
- `deleteDevChannel()`
258-
- `captureScreenshot()`
259-
- `getOptions()`
260-
- `checkRequiredOptions()`
261-
- `getDeviceInfo()`
262-
- `getDevId()`
263-
264-
265-
### running roku-deploy as an npm script
246+
- `[stage()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L31)`
247+
- `[zip()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L68)`
248+
- `[getFilePaths()]{https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L124}`
249+
- `[keyPress()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L179)`
250+
- `[keyUp()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L187)`
251+
- `[keyDown()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L194)`
252+
- `[sendText()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L201)`
253+
- `[closeChannel()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L226)`
254+
- `[sideload()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L239)`
255+
- `[rekeyDevice()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L379)`
256+
- `[createSignedPackage()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L426)`
257+
- `[deleteDevChannel()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L614)`
258+
- `[captureScreenshot()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L629)`
259+
- `[getOptions()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L698)`
260+
- `[checkRequiredOptions()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L738)`
261+
- `[getDeviceInfo()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L787)`
262+
- `[getDevId()](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeploy.ts#L854)`
263+
264+
265+
### Running roku-deploy as an npm script
266266
From an npm script in `package.json`. (Requires `rokudeploy.json` to exist at the root level where this is being run)
267267
268268
{
@@ -522,7 +522,7 @@ Here are the available options for customizing to your developer-specific workfl
522522
Overrides for values used during the zip upload process. You probably don't need to change these...
523523
524524
525-
Click [here](https://github.com/rokucommunity/roku-deploy/blob/8e1cbdfcccb38dad4a1361277bdaf5484f1c2bcd/src/RokuDeploy.ts#L897) to see the typescript interface for these options
525+
Click [here](https://github.com/rokucommunity/roku-deploy/blob/v4/src/RokuDeployOptions.ts) to see the typescript interface for these options
526526
527527
528528
## Troubleshooting

0 commit comments

Comments
 (0)