command line interface - CF CLI features that are enabled in Bluemix -


there lot of cloud foundry features provided cf cli, bluemix platform has decided disallow.

cf_staging_timeout - not have effect on bluemix while uploading big war files. cf set quotas - not work on bluemix. delete organizations - bluemix documentation says has done through support tickets.

is there documentation, features not work on bluemix?

unfortunately not documented features of cloud foundry cli implemented in bluemix , ones not - other documented here. features, such deleting organizations, can affect multiple things such billing has done through support tickets.

your best bet try whichever command need cloud foundry cli or bluemix documentation , see if accomplishes task.

also - in reference brian martin's answer on post, privileges of user account affect ability of commands run. sure check have admin privileges on app/services want administrate.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -