soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

rename `install` to `upload`; alias as `install`

Open chadoh opened this issue 1 year ago • 3 comments
trafficstars

In the XDR & SDK, the operation is called upload.

"Upload" makes more sense with most people's mental model, too. From the perspective of the person issuing the command, they are uploading something to the blockchain. Only from the perspective of the blockchain itself does it make sense to think of it as an "upload."

Let's rename the command. To avoid breaking the numerous scripts and docs that refer to the old name, let's alias it with the old install name. We can keep the alias around indefinitely.

chadoh avatar Sep 24 '24 20:09 chadoh