We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In MacOS and Linux we use the "" to have a multiline command.
For Windows with Powershell there is a different syntax: https://stackoverflow.com/questions/3235850/how-to-enter-a-multi-line-command
twilio api:core:messages:create ` --from "+XXXXXXXXX" ` --to "+XXXXXXXXX" ` --body "I love Twilio"