Skip to content

Commit

Permalink
Updated hoverfly version to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Mar 5, 2023
1 parent 36cdf2e commit 1ae4ce7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion core/hoverfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func NewHoverfly() *Hoverfly {
responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport),
}

hoverfly.version = "v1.5.0"
hoverfly.version = "v1.5.1"

log.AddHook(hoverfly.StoreLogsHook)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author = u'SpectoLabs'


version = 'v1.5.0'
version = 'v1.5.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
39 changes: 20 additions & 19 deletions docs/pages/reference/hoverctl/hoverctl.output
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@ Usage:
hoverctl [command]

Available Commands:
completion Create Bash completion file for hoverctl
config Show hoverctl configuration information
delete Delete Hoverfly simulation
destination Get and set Hoverfly destination
diff Manage the diffs for Hoverfly
export Export a simulation from Hoverfly
flush Flush the internal cache in Hoverfly
import Import a simulation into Hoverfly
login Login to Hoverfly
logs Get the logs from Hoverfly
middleware Get and set Hoverfly middleware
mode Get and set the Hoverfly mode
simulation Manage the simulation for Hoverfly
start Start Hoverfly
state Manage the state for Hoverfly
status Get the current status of Hoverfly
stop Stop Hoverfly
targets Get the current targets registered with hoverctl
version Get the version of hoverctl
completion Create Bash completion file for hoverctl
config Show hoverctl configuration information
delete Delete Hoverfly simulation
destination Get and set Hoverfly destination
diff Manage the diffs for Hoverfly
export Export a simulation from Hoverfly
flush Flush the internal cache in Hoverfly
import Import a simulation into Hoverfly
login Login to Hoverfly
logs Get the logs from Hoverfly
middleware Get and set Hoverfly middleware
mode Get and set the Hoverfly mode
post-serve-action Manage the post-serve-action for Hoverfly
simulation Manage the simulation for Hoverfly
start Start Hoverfly
state Manage the state for Hoverfly
status Get the current status of Hoverfly
stop Stop Hoverfly
targets Get the current targets registered with hoverctl
version Get the version of hoverctl

Flags:
-f, --force Bypass any confirmation when using hoverctl
Expand Down

0 comments on commit 1ae4ce7

Please sign in to comment.