Sha256: a5943af7406769b44ff5bd5acac375335b366863cd101baf56133e6d58d21968
Contents?: true
Size: 1.16 KB
Versions: 6
Compression:
Stored size: 1.16 KB
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 PRODUCT_PKG_HOME = "chef-workstation".freeze # the name of the chef-cli gem CLI_PRODUCT = "Chef CLI".freeze CLI_GEM = "chef-cli".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 # The client's gem INFRA_CLIENT_GEM = "chef".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 HAB_PRODUCT = "Chef Habitat".freeze HAB_SOFTWARE_NAME = "habitat".freeze HAB_CLI = "hab".freeze end end
Version data entries
6 entries across 6 versions & 1 rubygems