ava-labs / avalanche-cli

Other
99 stars 56 forks source link

Rename subnet command to blockchain #1993

Open martineckardt opened 1 week ago

martineckardt commented 1 week ago

Since we will likely phase out the term subnet, we might want to deprecate it soon in the Avalanche CLI. I was thinking to replace it with blockchain so the popular commands would be avalanche blockchain create [name] and avalanche blockchain deploy [name]

In my opinion I think the term blockchain is even more fitting for these actions. Even though we do create a Subnet as part of this, we mainly gather information about the blockchain in the dialogue.

For backwards compatibility we should keep the subnet commands working, but use the blockchain term going forward in the academy and documentation.