near / near-cli

General purpose command line tools for interacting with NEAR Protocol
https://docs.near.org
MIT License
193 stars 92 forks source link

`dev-deploy` instructions in important examples, missing from new CLI #1113

Open mikedotexe opened 3 months ago

mikedotexe commented 3 months ago

Is your feature request related to a problem? Please describe. As a user, I want to understand NEAR's fungible token standard, and I come across this repo: https://github.com/near-examples/FT

It's also linked to on this page: https://docs.near.org/develop/relevant-contracts/ft

The directions here: https://github.com/near-examples/FT?tab=readme-ov-file#using-this-contract

Screenshot 2024-03-24 at 4 09 23 PM

instruct end users to use the dev-deploy command, which has been removed.

Describe the solution you'd like Either add the command back, or fix the examples that are no longer current and were missed in the breaking upgrade.

Describe alternatives you've considered Keep all CLI commands in the future if possible, to reduce end user and partner confusion.