-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Add cmds-to-test.sh with executable permissions Co-authored-by: chsingh <chsingh@twilio.com>
- Loading branch information
Showing
4 changed files
with
54 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
echo "Testing these commands for verification of installations" | ||
echo "1. twilio --version" | ||
twilio --version | ||
echo "2. twilio api:core:addresses:list --help" | ||
twilio api:core:addresses:list --help | ||
echo "3. twilio profiles:list" | ||
twilio profiles:list | ||
echo "4. twilio help" | ||
twilio help | ||
echo "5. twilio api:core:calls --help" | ||
twilio api:core:calls --help |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters