ife::Cmd::Search;
use Chef::Knife::Cmd::DataBag;
use Shell::Carapace;
use String::ShellQuote;
use JSON::MaybeXS;
our $VERSION = "0.15";
=head1 NAME
Chef::Knife::Cmd - A small wrapper around the Che
hods return the output of the cmd as a hashref when '--format json' is used
my $hashref = $knife->node->show('mynode', format => 'json');
# =>
# {
# name => "mynode",
w', default => sub { 0 });
has shell => (is => 'lazy');
has format => (is => 'rw');
has _json_flag => (is => 'rw');
has callback => (is => 'rw');
has output => (is => 'rw');
has clien