@sinch/cli 0.3.3 → 0.3.4
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 +4 -0
- package/dist/index.js +472 -621
- package/package.json +12 -7
- package/scripts/README-E2E.md +242 -0
- package/scripts/e2e-test.sh +155 -0
- package/scripts/post-build.js +36 -0
- package/scripts/postinstall.js +197 -0
- package/scripts/setup-dev.js +189 -0
- package/scripts/smoke-test.js +90 -0
package/README.md
CHANGED
|
@@ -181,6 +181,10 @@ sinch sip trunks list --json
|
|
|
181
181
|
|
|
182
182
|
## Documentation
|
|
183
183
|
|
|
184
|
+
See the [wiki](https://gitlab.com/sinch/sinch-projects/voice/functions/sinch-cli/-/wikis/home) for architecture, features, and operations docs.
|
|
185
|
+
|
|
186
|
+
To clone locally: `git clone git@gitlab.com:sinch/sinch-projects/voice/functions/sinch-cli.wiki.git wiki`
|
|
187
|
+
|
|
184
188
|
- **Full Documentation**: [/docs/README.md](./docs/README.md)
|
|
185
189
|
- **Command Reference**: [/docs/COMMANDS.md](./docs/COMMANDS.md)
|
|
186
190
|
- **Development Guide**: [/docs/DEVELOPMENT.md](./docs/DEVELOPMENT.md)
|