Sha256: 00caaabf573818225ac8cf9f364aa6894ced95602a8e609dc160b7dce25eefcc
Contents?: true
Size: 860 Bytes
Versions: 8
Compression:
Stored size: 860 Bytes
Contents
module ChefCLI class Dist # This class is not fully implemented, depending on it is not recommended! # The full marketing name of the product PRODUCT = "Chef Workstation".freeze # the name of the overall infra product INFRA_PRODUCT = "Chef Infra".freeze # name of the Infra client product INFRA_CLIENT_PRODUCT = "Chef Infra Client".freeze # The client's alias (chef-client) INFRA_CLIENT_CLI = "chef-client".freeze INSPEC_PRODUCT = "Chef InSpec".freeze INSPEC_CLI = "inspec".freeze # The name of the server product SERVER_PRODUCT = "Chef Infra Server".freeze WORKFLOW = "Chef Workflow (Delivery)".freeze # The chef executable, as in `chef gem install` or `chef generate cookbook` EXEC = "chef".freeze # Chef-Zero's product name ZERO_PRODUCT = "Chef Infra Zero".freeze end end
Version data entries
8 entries across 8 versions & 1 rubygems