Class: ChefCLI::Dist
- Inherits:
- 
      Object
      
        - Object
- ChefCLI::Dist
 
- Defined in:
- lib/chef-cli/dist.rb
Constant Summary collapse
- PRODUCT =
          The full marketing name of the product 
- "Chef Workstation".freeze 
- INFRA_PRODUCT =
          the name of the overall infra product 
- "Chef Infra".freeze 
- INFRA_CLIENT_PRODUCT =
          name of the Infra client product 
- "Chef Infra Client".freeze 
- INFRA_CLIENT_CLI =
          The client’s alias (chef-client) 
- "chef-client".freeze 
- INSPEC_PRODUCT =
- "Chef InSpec".freeze 
- INSPEC_CLI =
- "inspec".freeze 
- SERVER_PRODUCT =
          The name of the server product 
- "Chef Infra Server".freeze 
- WORKFLOW =
- "Chef Workflow (Delivery)".freeze 
- EXEC =
          The chef executable, as in ‘chef gem install` or `chef generate cookbook` 
- "chef".freeze 
- ZERO_PRODUCT =
          Chef-Zero’s product name 
- "Chef Infra Zero".freeze