Skip to content

Commit

Permalink
Updated the README and CODEOWNERS
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed Nov 28, 2024
1 parent 02e30f6 commit 1a0922b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test Kitchen Change Log
# Chef Test Kitchen Enterprise Change Log

<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
<!-- latest_release 1.0.4 -->
Expand Down
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@test-kitchen/maintainers
* @chef/chef-workstation-owners @chef/chef-workstation-approvers @chef/chef-workstation-reviewers
*.md @chef/docs-team
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Test Kitchen
# Chef Test Kitchen Enterprise

[![Gem Version](https://badge.fury.io/rb/test-kitchen.svg)](http://badge.fury.io/rb/test-kitchen)
[![Build Status](https://dev.azure.com/test-kitchen/test-kitchen/_apis/build/status/test-kitchen.test-kitchen?branchName=main)](https://dev.azure.com/test-kitchen/test-kitchen/_build/latest?definitionId=6&branchName=main)

This is the fork of [test-kitchen/test-kitchen](https://github.com/test-kitchen/test-kitchen/) repository and rebranded into Chef Test Kitchen Enterprise.

| | |
| ----------- | --------------------------------------------------------------------------------|
| Website | [https://kitchen.ci/][website] |
| Source Code | [https://kitchen.ci/docs/getting-started/introduction/][guide] |
| Slack | [#test-kitchen][slack] channel on Chef Community Slack |

**Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms.**
**Chef Test Kitchen Enterprise is an integration tool for developing and testing infrastructure code and software on isolated target platforms.**

## Getting Started Guide

Expand All @@ -20,14 +22,12 @@ If you want to get going super fast, then try the Quick Start next...

## Quick Start

Test Kitchen is a RubyGem and can be installed with:

To install the new Chef Test Kitchen Enterprise, first ensure you have the latest Habitat installer. You can then run the `hab pkg install` command to install it.
```shell

Check failure on line 26 in README.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Fenced code blocks should be surrounded by blank lines

README.md:26 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```shell"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
gem install test-kitchen
hab pkg install chef/chef-test-kitchen-enterprise --binlink --force
```

Check failure on line 28 in README.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Fenced code blocks should be surrounded by blank lines

README.md:28 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md

If you use Bundler, you can add `gem "test-kitchen"` to your Gemfile and make
sure to run `bundle install`.
The option `--binlink` can be used to create a symlink to the binary in a directory that is in your PATH.
The option `--force` can be used to overwrite the existing binaries.

Next add support to your library, Chef cookbook, or empty project with `kitchen
init`:
Expand Down

0 comments on commit 1a0922b

Please sign in to comment.