Group
Extension

Matches 1

Chef-Knife-Cmd ( K/KA/KABLAMO/Chef-Knife-Cmd-0.15.tar.gz, KABLAMO, 2017; MetaCPAN )
Chef-Knife-Cmd/lib/Chef/Knife/Cmd.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.