File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,14 @@ Or install a [specific version](https://pub.dev/packages/very_good_cli/versions)
34
34
dart pub global activate very_good_cli < version>
35
35
```
36
36
37
+ If you haven't already, you might need to [ set up your path] [ path_setup_link ] .
38
+
39
+ When that is not possible (eg: CI environments), run ` very_good ` commands via:
40
+
41
+ ``` sh
42
+ dart pub global run very_good_cli:very_good < command> < args>
43
+ ```
44
+
37
45
### Commands ✨
38
46
39
47
### ` very_good create `
@@ -194,3 +202,4 @@ Run "very_good help <command>" for more information about a command.
194
202
[ new_syntax_link ] : site/docs/resources/syntax_changes_in_0_10_0.md
195
203
[ very_good_create ] : https://raw.githubusercontent.com/VeryGoodOpenSource/very_good_cli/main/doc/assets/very_good_create.gif
196
204
[ very_good_ventures_link ] : https://verygood.ventures
205
+ [ path_setup_link ] : https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path
Original file line number Diff line number Diff line change @@ -24,6 +24,20 @@ Very Good CLI requires Dart `">=3.1.0 <4.0.0"`
24
24
dart pub global activate very_good_cli
25
25
```
26
26
27
+ Or install a [ specific version] ( https://pub.dev/packages/very_good_cli/versions ) using:
28
+
29
+ ``` sh
30
+ dart pub global activate very_good_cli < version>
31
+ ```
32
+
33
+ If you haven't already, you might need to [ set up your path] [ path_setup_link ] .
34
+
35
+ When that is not possible (eg: CI environments), run ` very_good ` commands via:
36
+
37
+ ``` sh
38
+ dart pub global run very_good_cli:very_good < command> < args>
39
+ ```
40
+
27
41
## Commands
28
42
29
43
### ` very_good create `
@@ -48,10 +62,6 @@ Available subcommands:
48
62
Run " very_good help" to see global options.
49
63
```
50
64
51
- #### Syntax changes in 0.10.0
52
-
53
- ⚠️ v0.10.0 changed the syntax of the ` very_good create ` command. Learn about the changes [ here] [ new_syntax_link ] .
54
-
55
65
### ` very_good packages get `
56
66
57
67
Get packages in a Dart or Flutter project.
You can’t perform that action at this time.
0 commit comments