Submitted by RyanJohnson on Wed, 06/17/2015 - 19:41
Hi,
I'm writing a script that uses the command line api and I am issuing the following command:
cloudmin list-domains --all-hosts
The output is what I'm after except the domain column truncates longer domain names .. Is there away to specify this first column width so that it output the entire domain name?
Status:
Active
Comments
Submitted by JamieCameron on Wed, 06/17/2015 - 21:46 Comment #1
You can use the
--name-only
flag to get just domain names, with no truncation.