aamp-acp-bridge 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,13 +13,13 @@ npm install aamp-acp-bridge
|
|
|
13
13
|
Initialize a config file:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npx
|
|
16
|
+
npx aamp-acp-bridge init
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
Start the bridge:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npx
|
|
22
|
+
npx aamp-acp-bridge start --config bridge.json
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
By default, agent credentials are stored under `~/.acp-bridge/`.
|
package/package.json
CHANGED