From 452f49ed6a6d20ea21571617c37a5b3e4831db45 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Mon, 8 Jul 2019 16:05:14 -0700 Subject: [PATCH] Additional debugging information --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 644944846..e768b3690 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -104,6 +104,7 @@ Before you submit your pull request consider the following guidelines: * Understanding the code base: * The Twilio CLI utilizes the Open CLI Framework ([oclif](https://oclif.io/)). It may be useful to familiarize yourself with it, in particular, the [multi-command CLI](https://oclif.io/docs/multi). * Utilize `DEBUG =* ./bin/run` to view the code flow + * Utilize `./bin/run -l debug` to view additional information such as Twilio API request details. * Key concepts: * _domains_ * Located here: `./src/services/twilio-api`