|
1 | 1 | # CLI Developer Update v17.0 |
2 | 2 |
|
3 | | -New CLI version introduces big improvements to the code base and allows |
4 | | -other developers to import `flowcli` package to be used in their projects. |
| 3 | +The new CLI version introduces big improvements to the codebase and allows |
| 4 | +other developers to import the `flowcli` package directly in their Go projects. |
5 | 5 |
|
6 | | -Configuration was unified and you can now use the new configuration format for all the commands. |
| 6 | +The configuration was unified and you can now use the new configuration format for all the commands. |
7 | 7 |
|
8 | | -Commands and flags were adapted for more consistency. |
9 | | -New [documentation](https://docs.onflow.org/flow-cli/) covering all the commands you can use. |
| 8 | +The commands and flags were adapted for more consistency. |
| 9 | +The new [documentation](https://docs.onflow.org/flow-cli/) covers all the commands you can use. |
10 | 10 |
|
11 | | -Release also includes CLI design guidelines which you |
12 | | -can read in [CONTRIBUTING.md](CONTIRUBUTING.md) document |
| 11 | +This release also includes CLI design guidelines that you |
| 12 | +can read the [CONTRIBUTING.md](https://github.com/onflow/flow-cli/blob/master/CONTRIBUTING.md) document. |
13 | 13 |
|
14 | | -Improved deprecation warnings. Commands now include deprecated flags which instruct you |
15 | | -how to use the command with new flags. |
| 14 | +We've also deprecated some features and improved deprecation warnings. Commands now include deprecated flags which instruct you |
| 15 | +on how to use the command with new flags. We're aiming to wait 2 weeks before removing deprecated functionality. |
| 16 | + |
| 17 | +For example: |
16 | 18 |
|
17 | 19 | ``` |
18 | 20 | ❌ Command Error: ⚠️ No longer supported: use command argument. |
19 | 21 | ``` |
20 | 22 |
|
21 | | -Improved Error reporting with suggestions how to fix the error. |
| 23 | +Improved error reporting with suggestions on how to fix the error: |
22 | 24 |
|
23 | 25 | ``` |
24 | 26 | ❌ Error while dialing dial tcp 127.0.0.1:3569: connect: connection refused" |
25 | 27 | 🙏 Make sure your emulator is running or connection address is correct. |
26 | 28 | ``` |
| 29 | + |
| 30 | +You can find the full release notes here: {{RELEASE_NOTES}} |
0 commit comments