File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
3232
3333If to execute the command above, it will be showd a list of all avaliable tool commands.
3434
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 .
3636
3737### Create a new ADR
3838
3939You may use the ` make:decision ` command:
4040
4141```
42- ./vendor/bin/phpadr make:decision <title> [<status="Accepted">] [--directory="docs/arch "]
42+ ./vendor/bin/phpadr make:decision <title> [<status="Accepted">] [--config="adr.yml "]
4343```
4444
4545### Count the ADRs
4646
4747You may use the ` workspace:count ` command:
4848
4949```
50- ./vendor/bin/phpadr workspace:count [--directory="docs/arch "]
50+ ./vendor/bin/phpadr workspace:count [--config="adr.yml "]
5151```
5252
5353### List the ADRs
5454
5555You may use the ` workspace:list ` command:
5656
5757```
58- ./vendor/bin/phpadr workspace:list [--directory="docs/arch "]
58+ ./vendor/bin/phpadr workspace:list [--config="adr.yml "]
5959```
6060
6161### Help
You can’t perform that action at this time.
0 commit comments