manage cli user profiles
Note: ACCOUNT
means subdomain
if you logged in using only the subdomain or subdomain.domain
if you logged in to an environment hosted on a different domain
lists all the profiles
USAGE
$ zcli profiles:list
EXAMPLE
$ zcli profiles:list
removes a profile
USAGE
$ zcli profiles:remove ACCOUNT
EXAMPLE
$ zcli profiles:remove zendesk-subdomain
$ zcli profiles:remove zendesk-subdomain.example.com
switches to a profile
USAGE
$ zcli profiles:use ACCOUNT
EXAMPLE
$ zcli profiles:use zendesk-subdomain
$ zcli profiles:use zendesk-subdomain.example.com