Skip to content

Commit

Permalink
Documents known limitations (#101)
Browse files Browse the repository at this point in the history
* Document limitations

* Update general_usage.md
  • Loading branch information
thinkingserious authored Aug 12, 2019
1 parent 4226de7 commit bc12f4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ twilio-cli-*.tgz
twilio.env
*.env
.env
.history

### Backup package.json files created during release ###
*.bak
5 changes: 5 additions & 0 deletions docs/general_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bc12f4a

Please sign in to comment.