This repository was archived by the owner on Feb 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,18 @@ create-twilio-function <name>
3939Creates a new Twilio Function project
4040
4141Positionals:
42- name The name of your project directory. [string]
42+ name Name of your project. [string]
4343
4444Options:
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
You can’t perform that action at this time.
0 commit comments