Skip to content

Commit 5ec939d

Browse files
committed
Updated hoverfly version to v0.16.0
1 parent 0f4c06b commit 5ec939d

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

core/hoverfly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func NewHoverfly() *Hoverfly {
7272
responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport),
7373
}
7474

75-
hoverfly.version = "v0.15.1"
75+
hoverfly.version = "v0.16.0"
7676

7777
log.AddHook(hoverfly.StoreLogsHook)
7878

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author = u'SpectoLabs'
2020

2121

22-
version = 'v0.15.1'
22+
version = 'v0.16.0'
2323
# The full version, including alpha/beta/rc tags.
2424
release = version
2525

docs/pages/reference/hoverctl/hoverctl.output

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2526
Flags:
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

3533
Use "hoverctl [command] --help" for more information about a command.

0 commit comments

Comments
 (0)