@@ -8,6 +8,7 @@ Available Commands:
88 config Show hoverctl configuration information
99 delete Delete Hoverfly simulation
1010 destination Get and set Hoverfly destination
11+ diff Manage the diffs for Hoverfly
1112 export Export a simulation from Hoverfly
1213 flush Flush the internal cache in Hoverfly
1314 import Import a simulation into Hoverfly
@@ -23,13 +24,10 @@ Available Commands:
2324 version Get the version of hoverctl
2425
2526Flags:
26- --admin-port int A port number for the Hoverfly API/GUI. Overrides the default Hoverfly admin port (8888)
27- -f, --force Bypass any confirmation when using hoverctl
28- -h, --help help for hoverctl
29- --host string A host on which a Hoverfly instance is running. Overrides the default Hoverfly host (localhost)
30- --proxy-port int A port number for the Hoverfly proxy. Overrides the default Hoverfly proxy port (8500)
31- --set-default Sets the current target as the default target for hoverctl
32- -t, --target string A name for an instance of Hoverfly you are trying to communicate with. Overrides the default target (default)
33- -v, --verbose Verbose logging from hoverctl
27+ -f, --force Bypass any confirmation when using hoverctl
28+ -h, --help help for hoverctl
29+ --set-default Sets the current target as the default target for hoverctl
30+ -t, --target string A name for an instance of Hoverfly you are trying to communicate with. Overrides the default target (default)
31+ -v, --verbose Verbose logging from hoverctl
3432
3533Use "hoverctl [command] --help" for more information about a command.
0 commit comments