Skip to content

Commit c0fa5b0

Browse files
author
Josh Newman
committed
update readme
1 parent 09b9b6a commit c0fa5b0

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Usage:
3636
ezparams [command]
3737

3838
Available Commands:
39+
diff Shows the difference recursively between 2 paths.
3940
help Help about any command
4041
ls List parameters by path
4142
migrate Migrate parameters by path
@@ -46,8 +47,8 @@ Flags:
4647
--config string config file (default is $HOME/.ezparams.yaml)
4748
-h, --help help for ezparams
4849
-l, --local-time convert UTC to local time (default true)
49-
--region string AWS Region to use
50-
--version Show version
50+
--region string AWS region to use
51+
--version show version
5152

5253
Use "ezparams [command] --help" for more information about a command.
5354
```
@@ -153,3 +154,22 @@ Global Flags:
153154
--region string AWS region to use
154155
--version show version
155156
```
157+
158+
### `diff`
159+
160+
```console
161+
$ ezparams diff --help
162+
Shows the difference recursively between 2 paths.
163+
164+
Usage:
165+
ezparams diff <path 1> <path 2> [flags]
166+
167+
Flags:
168+
-h, --help help for diff
169+
170+
Global Flags:
171+
--config string config file (default is $HOME/.ezparams.yaml)
172+
-l, --local-time convert UTC to local time (default true)
173+
--region string AWS region to use
174+
--version show version
175+
```

0 commit comments

Comments
 (0)