split(separator, str) divides str at every occurrence of separator and returns a list of the parts.
Signature
Example
Accept a comma-separated list of services as a variable and run a command for each one:computed.service_list becomes ["api", "worker", "scheduler"].