I am trying to push a large WAR file to CloudFoundary using cf push command. Is there a way to view the progress of how much has been pushed to the remote server in this command using any parameters?
As of v6.3 (https://github.com/cloudfoundry/cli/releases) I don't believe there is a nice progress bar for upload.
One option, if you're debugging and trying to ensure that upload is actually happening, is to turn on tracing.
export CF_TRACE=true
cf push
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With