File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,30 +32,30 @@ After of install this project you may execute the binary `phpadr` in your termin
32
32
33
33
If to execute the command above, it will be showd a list of all avaliable tool commands.
34
34
35
- By default the records will be stored in ` docs/arch ` , to change this workspace use the option ` --directory ` with the path of the new workspace .
35
+ By default the records will be stored in ` docs/arch ` , to change this workspace use the option ` --config ` with the path of the config file .
36
36
37
37
### Create a new ADR
38
38
39
39
You may use the ` make:decision ` command:
40
40
41
41
```
42
- ./vendor/bin/phpadr make:decision <title> [<status="Accepted">] [--directory="docs/arch "]
42
+ ./vendor/bin/phpadr make:decision <title> [<status="Accepted">] [--config="adr.yml "]
43
43
```
44
44
45
45
### Count the ADRs
46
46
47
47
You may use the ` workspace:count ` command:
48
48
49
49
```
50
- ./vendor/bin/phpadr workspace:count [--directory="docs/arch "]
50
+ ./vendor/bin/phpadr workspace:count [--config="adr.yml "]
51
51
```
52
52
53
53
### List the ADRs
54
54
55
55
You may use the ` workspace:list ` command:
56
56
57
57
```
58
- ./vendor/bin/phpadr workspace:list [--directory="docs/arch "]
58
+ ./vendor/bin/phpadr workspace:list [--config="adr.yml "]
59
59
```
60
60
61
61
### Help
You can’t perform that action at this time.
0 commit comments