I'm currently writing some blue/green deployment scripts to provision VSIs on SoftLayer (aka IBM Bluemix aka IBMCloud), and I need to provision and attach a new iSCSI storage to every green machine, the blue VSI and iSCSI storage being canceled after a successful deploy. I use the ibmcloud command to provision the iSCSI disks, however it doesn't let me choose which billing method to use (Monthly or Hourly) and it uses the monthly billing by default.
Is there a way to specify to use the hourly billing method using the ibmcloud cli? If it's not possible, is it a feature that will be added to the cli? It seems like a critical feature in order to use the ibmcloud cli in automated deployment scripts.