Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 0a89878

Browse files
committed
Updates README with latest usage
1 parent 65da713 commit 0a89878

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,18 @@ create-twilio-function <name>
3939
Creates a new Twilio Function project
4040

4141
Positionals:
42-
name The name of your project directory. [string]
42+
name Name of your project. [string]
4343

4444
Options:
45-
--account-sid, -a The Account SID for your Twilio account [string]
46-
--auth-token, -t Your Twilio account Auth Token [string]
47-
--skip-credentials Don't ask for Twilio account credentials
45+
--account-sid, -a The Account SID for your Twilio account [string]
46+
--auth-token, -t Your Twilio account Auth Token [string]
47+
--skip-credentials Don't ask for Twilio account credentials or import them
48+
from the environment [boolean] [default: false]
49+
--import-credentials Import credentials from the environment variables
50+
TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN
4851
[boolean] [default: false]
49-
-h, --help Show help [boolean]
50-
-v, --version Show version number [boolean]
52+
-h, --help Show help [boolean]
53+
-v, --version Show version number [boolean]
5154
--path [default: (cwd)]
5255
```
5356

0 commit comments

Comments
 (0)