I have installed a standalone cluster on my server. I see almost all of the commands are supported by tools but can't find a way to push an app package using the REST API. Is that possible?
I ended up using sfctl
CLI to manage the cluster. It uses HTTP connection.
From the docs, I found that Upload File could be used to upload the app package to image store.