diff --git a/.gitignore b/.gitignore index 26b9842b9..f9527c9c6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ twilio-cli-*.tgz twilio.env *.env .env +.history ### Backup package.json files created during release ### *.bak diff --git a/docs/general_usage.md b/docs/general_usage.md index 503aeb64e..7b8a02216 100644 --- a/docs/general_usage.md +++ b/docs/general_usage.md @@ -112,3 +112,8 @@ ps -aux | twilio email:send \ --subject="Current processes" \ --text="See attachment" ``` + +## Known limitations + +* The default timeout value for Twilio API requests in `twilio-cli` is 30 seconds. +* Currently, by default, we will load all of the records. You can filter these results based on date, to, from, etc. to limit the results. Pass the `--help` flag to the command for details on which fields you may filter by.