package
0.18.0
Repository: https://github.com/hashicorp/boundary.git
Documentation: pkg.go.dev

# Functions

RegisterSuccessfulCommandCallback registers a callback to be run after a successful command.
Wrap returns a cli.CommandFactory that returns a command wrapped in the CommandWrapper.
WrapForDeprecation returns a cli.CommandFactory that will print a deprecation warning when invoked.

# Variables

No description provided by the author

# Structs

CommandWrapper starts the boundary cache after the command was Run and attempts to send the current persona to any running daemon.
DeprecationWrapper can be used to mark a command as deprecated.

# Interfaces

No description provided by the author

# Type aliases

PostSuccessfulCommandCallback is a function that should be run after the wrapped command completes successfully.