@0xobelisk/sui-cli 1.1.5 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,6 @@ The Dubhe CLI is used for building and developing a Dubhe project.
4
4
 
5
5
  It comes with
6
6
 
7
-
8
7
  1. `schemagen`: Autogenerate Dubhe schemas based on the store schemas config file
9
8
  2. `publish`: Deploy your own project on the specified sui network.
10
9
  3. `upgrade`: Upgrade your own project on the specified sui network.
@@ -55,7 +54,6 @@ dubhe publish --network testnet
55
54
  dubhe publish --network mainnet
56
55
  ```
57
56
 
58
-
59
57
  ### `upgrade`
60
58
 
61
59
  Upgrade Dubhe contract project.