Workstation

Workstation Install

Install using the install script

As with upstream packages, you can use the install script method described in upstream documentation. Simply substitute the URL with https://omnitruck.cinc.sh/install.sh.

For example, to install the latest 22.x of Cinc Workstation on a supported UNIX/Linux/MacOS platform:

curl -L https://omnitruck.cinc.sh/install.sh | sudo bash -s -- -P cinc-workstation -v 22

For Windows:

. { iwr -useb https://omnitruck.cinc.sh/install.ps1 } | iex; install -project cinc-workstation -version 22

Install from plain packages

Packages are on our download site. We have packages available for all default package managers for platforms we support.

Included tools

While Cinc Workstation contains all the same tools as Chef Workstation™, some of them had to be modified for compliance:

  • mixlib-install serves Cinc Products
  • Chef Infra™ –> Cinc Client
    • chef –> cinc
    • chef-analyze –> cinc-analyze
    • chef-apply –> cinc-apply
    • chef-shell –> cinc-shell
    • chef-solo –> cinc-solo
    • chef-zero –> cinc-zero
  • Chef Inspec™ –> Cinc Auditor
  • Chef Workstation App
    • This has been removed from our builds due to the extensive word mark replacements which are required and needed maintained.
  • Habitat
    • We have included the Biome bio CLI as a replacement to the hab CLI. This is currently only included on Linux until Biome provides binaries for Windows and MacOS.

Configuration

Cinc uses the ~/.cinc-workstation folder for it’s configuration on Unix-like systems and %USERPROFILE%\.cinc-workstation on Windows.

Users migrating from Chef will probably want to retain most of their configuration. All Cinc configurations are compatible with their Chef counterparts so you can simply use a symlink or copy the contents as-is.

Usage

Cinc Workstation’s tools are fully compatible with their Chef Workstation counterparts. Many are in fact not modified at all. We include wrappers for Chef Workstation binaries we’ve renamed to the Cinc binaries. This should facilitate compatibility with your existing automation.

All upstream documentation remains valid, and so are the classes provided by Chef Software Inc.

You’re Good to Go :)

If you have questions, join us in the #community-distros channel on Chef’s community slack.

If you’ve located a Chef Software trademark in a end-user facing output or bugs that are specific to Cinc or 3rd party distributions in general please open an issue on gitlab.