File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 3636 ezparams [command]
3737
3838Available 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
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
5253Use "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+ ```
You can’t perform that action at this time.
0 commit comments