Sha256: d0b8f3d1399b9f4b610064207c368f79ff9a6ae07fbda1019894ede1e9949708
Contents?: true
Size: 239 Bytes
Versions: 64
Compression:
Stored size: 239 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'bolt_ext/puppetdb_inventory' begin Bolt::PuppetDBInventory::CLI.new(ARGV).run exit 0 rescue StandardError => e warn "Error: #{e}" warn e.backtrace if @trace exit 1 end
Version data entries
64 entries across 64 versions & 1 rubygems