Class: ChefCLI::Dist

Inherits:
Object
  • Object
show all
Defined in:
lib/chef-cli/dist.rb

Constant Summary collapse

PRODUCT =

The full marketing name of the product

"Chef Workstation".freeze
PRODUCT_PKG_HOME =
"chef-workstation".freeze
CLI_PRODUCT =

the name of the chef-cli gem

"Chef CLI".freeze
CLI_GEM =
"chef-cli".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
INFRA_CLIENT_GEM =

The client’s gem

"chef".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
HAB_PRODUCT =
"Chef Habitat".freeze
HAB_SOFTWARE_NAME =
"habitat".freeze
HAB_CLI =
"hab".freeze
PATENTS =

product patents page

"https://www.chef.io/patents".freeze
WORKSTATION_DOCS =

Workstation banner/help text

"https://docs.chef.io/workstation/".freeze
WORKSTATION_HEADER =
"The Chef command line tool for managing your infrastructure from your workstation.".freeze