@sinch/cli 0.1.0-dev.2118966407 → 0.1.0-dev.2130694121

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,7 +48,8 @@ sinch auth login
48
48
  sinch functions init
49
49
 
50
50
  # Or specify a template directly
51
- sinch functions init --template node/simple-voice-ivr --name my-voice-app
51
+ # package | function | command | template
52
+ sinch functions init simple-voice-ivr
52
53
  ```
53
54
 
54
55
  ### 3. Test locally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinch/cli",
3
- "version": "0.1.0-dev.2118966407",
3
+ "version": "0.1.0-dev.2130694121",
4
4
  "description": "Official Sinch CLI - Manage all Sinch products from your terminal",
5
5
  "main": "dist/index.js",
6
6
  "bin": {