Skip to content

Commit bea6140

Browse files
authored
Update v17.md
1 parent c5bc339 commit bea6140

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

docs/developer-updates/v17.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
# CLI Developer Update v17.0
22

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.
55

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.
77

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.
1010

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.
1313

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:
1618

1719
```
1820
❌ Command Error: ⚠️ No longer supported: use command argument.
1921
```
2022

21-
Improved Error reporting with suggestions how to fix the error.
23+
Improved error reporting with suggestions on how to fix the error:
2224

2325
```
2426
❌ Error while dialing dial tcp 127.0.0.1:3569: connect: connection refused"
2527
🙏 Make sure your emulator is running or connection address is correct.
2628
```
29+
30+
You can find the full release notes here: {{RELEASE_NOTES}}

0 commit comments

Comments
 (0)